Skip to content

Commit 464f139

Browse files
authored
Label required and must be unique (#391)
1 parent cfc5294 commit 464f139

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

openapi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9741,6 +9741,7 @@ paths:
97419741
schema:
97429742
type: object
97439743
required:
9744+
- label
97449745
- rules
97459746
properties:
97469747
label:
@@ -16439,15 +16440,15 @@ components:
1643916440
x-linode-filterable: true
1644016441
type: string
1644116442
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.
1644416444

1644516445
Firewall labels have the following constraints:
1644616446

1644716447
* Must begin and end with an alphanumeric character.
1644816448
* May only consist of alphanumeric characters, dashes (`-`), underscores (`_`) or periods (`.`).
1644916449
* Cannot have two dashes (`--`), underscores (`__`) or periods (`..`) in a row.
1645016450
* Must be between 3 and 32 characters.
16451+
* Must be unique.
1645116452
example: firewall123
1645216453
minLength: 3
1645316454
maxLength: 32

0 commit comments

Comments
 (0)