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 @@ -9431,6 +9431,7 @@ paths:
9431
9431
schema:
9432
9432
type: object
9433
9433
required:
9434
+ - label
9434
9435
- rules
9435
9436
properties:
9436
9437
label:
@@ -16011,15 +16012,15 @@ components:
16011
16012
x-linode-filterable: true
16012
16013
type: string
16013
16014
description: >
16014
- The Firewall's label, for display purposes only. If no label is provided for a Firewall,
16015
- a default will be assigned.
16015
+ The Firewall's label, for display purposes only.
16016
16016
16017
16017
Firewall labels have the following constraints:
16018
16018
16019
16019
* Must begin and end with an alphanumeric character.
16020
16020
* May only consist of alphanumeric characters, dashes (`-`), underscores (`_`) or periods (`.`).
16021
16021
* Cannot have two dashes (`--`), underscores (`__`) or periods (`..`) in a row.
16022
16022
* Must be between 3 and 32 characters.
16023
+ * Must be unique.
16023
16024
example: firewall123
16024
16025
minLength: 3
16025
16026
maxLength: 32
You can’t perform that action at this time.
0 commit comments