Skip to content

Commit 23f6c26

Browse files
Add label character limits to Firewall collection.
1 parent 380d86e commit 23f6c26

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
@@ -15051,6 +15051,7 @@ components:
1505115051
* Must begin and end with an alphanumeric character.
1505215052
* May only consist of alphanumeric characters, dashes (`-`), underscores (`_`) or periods (`.`).
1505315053
* Cannot have two dashes (`--`), underscores (`__`) or periods (`..`) in a row.
15054+
* Must be between 3 and 32 characters.
1505415055
example: firewall123
1505515056
minLength: 3
1505615057
maxLength: 32

0 commit comments

Comments
 (0)