We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd15182 commit 80c3fe9Copy full SHA for 80c3fe9
openapi.yaml
@@ -15141,6 +15141,8 @@ paths:
15141
application/json:
15142
schema:
15143
type: object
15144
+ required:
15145
+ - label
15146
properties:
15147
region:
15148
type: string
@@ -15170,7 +15172,6 @@ paths:
15170
15172
minLength: 1
15171
15173
maxLength: 32
15174
pattern: '^[a-zA-Z]((?!--|__)[a-zA-Z0-9-_])+$'
- required: true
15175
config_id:
15176
type: integer
15177
description: >
0 commit comments