Skip to content

Commit f36d12d

Browse files
authored
Merge pull request #571 from bbiggerr/linode-label-maxlength
[Update] Increase Linode label maxLength
2 parents b58183a + b6e8ed7 commit f36d12d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4954,6 +4954,8 @@ paths:
49544954
example: 124
49554955
label:
49564956
type: string
4957+
minLength: 3
4958+
maxLength: 64
49574959
description: >
49584960
The label to assign this Linode when cloning to a new Linode.
49594961

@@ -18543,7 +18545,7 @@ components:
1854318545
* Cannot have two dashes (`--`), underscores (`__`) or periods (`..`) in a row.
1854418546
example: linode123
1854518547
minLength: 3
18546-
maxLength: 32
18548+
maxLength: 64
1854718549
pattern: '^[a-zA-Z]((?!--|__|..)[a-zA-Z0-9-_.])+$'
1854818550
region:
1854918551
type: string

0 commit comments

Comments
 (0)