File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9741,6 +9741,7 @@ paths:
9741
9741
schema:
9742
9742
type: object
9743
9743
required:
9744
+ - label
9744
9745
- rules
9745
9746
properties:
9746
9747
label:
@@ -16439,15 +16440,15 @@ components:
16439
16440
x-linode-filterable: true
16440
16441
type: string
16441
16442
description: >
16442
- The Firewall's label, for display purposes only. If no label is provided for a Firewall,
16443
- a default will be assigned.
16443
+ The Firewall's label, for display purposes only.
16444
16444
16445
16445
Firewall labels have the following constraints:
16446
16446
16447
16447
* Must begin and end with an alphanumeric character.
16448
16448
* May only consist of alphanumeric characters, dashes (`-`), underscores (`_`) or periods (`.`).
16449
16449
* Cannot have two dashes (`--`), underscores (`__`) or periods (`..`) in a row.
16450
16450
* Must be between 3 and 32 characters.
16451
+ * Must be unique.
16451
16452
example: firewall123
16452
16453
minLength: 3
16453
16454
maxLength: 32
You can’t perform that action at this time.
0 commit comments