Skip to content

Commit

Permalink
[TT-7285] Add customDomain validation, require enabled and name to set (
Browse files Browse the repository at this point in the history
TykTechnologies#4495)

Add customDomain required fields to schema.
  • Loading branch information
titpetric authored Feb 16, 2023
1 parent e667b05 commit e66b418
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apidef/oas/schema/x-tyk-api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,11 @@
"enabled": {
"type": "boolean"
}
}
},
"required": [
"enabled",
"name"
]
},
"X-Tyk-Header": {
"type": "object",
Expand Down

0 comments on commit e66b418

Please sign in to comment.