Skip to content

Commit 5ec2a08

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #44 from jsager/dashes
Quick fix to description of label validation for creating a Linode
2 parents ed7a00b + 458af33 commit 5ec2a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10271,7 +10271,7 @@ components:
1027110271
1027210272
* Must start with an alpha character.
1027310273
* Must consist of alphanumeric characters, dashes (`-`), and underscores (`_`).
10274-
* Cannot not have two dash (`-`) or underscores (`_`) in a row.
10274+
* Cannot not have two dashes (`--`) or underscores (`__`) in a row.
1027510275
example: linode123
1027610276
minLength: 3
1027710277
maxLength: 32

0 commit comments

Comments
 (0)