We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b58183a + b6e8ed7 commit f36d12dCopy full SHA for f36d12d
openapi.yaml
@@ -4954,6 +4954,8 @@ paths:
4954
example: 124
4955
label:
4956
type: string
4957
+ minLength: 3
4958
+ maxLength: 64
4959
description: >
4960
The label to assign this Linode when cloning to a new Linode.
4961
@@ -18543,7 +18545,7 @@ components:
18543
18545
* Cannot have two dashes (`--`), underscores (`__`) or periods (`..`) in a row.
18544
18546
example: linode123
18547
minLength: 3
- maxLength: 32
18548
18549
pattern: '^[a-zA-Z]((?!--|__|..)[a-zA-Z0-9-_.])+$'
18550
region:
18551
0 commit comments