Skip to content

Commit bf09a1c

Browse files
committed
Update character constraints
1 parent 687c7df commit bf09a1c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

openapi.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16016,15 +16016,11 @@ components:
1601616016

1601716017
Firewall labels have the following constraints:
1601816018

16019-
* Must begin and end with an alphanumeric character.
16020-
* May only consist of alphanumeric characters, dashes (`-`), underscores (`_`) or periods (`.`).
16021-
* Cannot have two dashes (`--`), underscores (`__`) or periods (`..`) in a row.
16022-
* Must be between 3 and 32 characters.
16019+
* Must be between 1 and 100 characters.
1602316020
* Must be unique.
1602416021
example: firewall123
16025-
minLength: 3
16026-
maxLength: 32
16027-
pattern: '^[a-zA-Z]((?!--|__|..)[a-zA-Z0-9-_.])+$'
16022+
minLength: 1
16023+
maxLength: 100
1602816024
x-linode-cli-display: 2
1602916025
created:
1603016026
x-linode-filterable: true

0 commit comments

Comments
 (0)