Skip to content

Commit 687c7df

Browse files
committed
Label required and must be unique
1 parent 6e9e330 commit 687c7df

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
@@ -9431,6 +9431,7 @@ paths:
94319431
schema:
94329432
type: object
94339433
required:
9434+
- label
94349435
- rules
94359436
properties:
94369437
label:
@@ -16011,15 +16012,15 @@ components:
1601116012
x-linode-filterable: true
1601216013
type: string
1601316014
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.
1601616016

1601716017
Firewall labels have the following constraints:
1601816018

1601916019
* Must begin and end with an alphanumeric character.
1602016020
* May only consist of alphanumeric characters, dashes (`-`), underscores (`_`) or periods (`.`).
1602116021
* Cannot have two dashes (`--`), underscores (`__`) or periods (`..`) in a row.
1602216022
* Must be between 3 and 32 characters.
16023+
* Must be unique.
1602316024
example: firewall123
1602416025
minLength: 3
1602516026
maxLength: 32

0 commit comments

Comments
 (0)