Skip to content

Commit fd15182

Browse files
authored
Update openapi.yaml, volume label required
The volume label is required according to the behavior of the API and the intent matches this behavior because the source code agrees with the label being a required field upon volume creation.
1 parent 695f469 commit fd15182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15170,6 +15170,7 @@ paths:
1517015170
minLength: 1
1517115171
maxLength: 32
1517215172
pattern: '^[a-zA-Z]((?!--|__)[a-zA-Z0-9-_])+$'
15173+
required: true
1517315174
config_id:
1517415175
type: integer
1517515176
description: >

0 commit comments

Comments
 (0)