Skip to content

Commit 2858590

Browse files
OAS Update
1 parent c4d9e6a commit 2858590

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

services/ske/v1/ske.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,10 @@
392392
"$ref": "#/components/schemas/Maintenance"
393393
},
394394
"name": {
395+
"description": "Use lowercase alphanumeric characters or -, must start and end with an alphanumeric character, and be between 1 and 11 characters long.",
396+
"maxLength": 11,
397+
"minLength": 1,
398+
"pattern": "^[a-z0-9]([a-z0-9-]{0,9}[a-z0-9])?$",
395399
"readOnly": true,
396400
"type": "string"
397401
},
@@ -2316,6 +2320,7 @@
23162320
}
23172321
},
23182322
{
2323+
"description": "Use lowercase alphanumeric characters or -, must start and end with an alphanumeric character, and be between 1 and 11 characters long.",
23192324
"in": "path",
23202325
"name": "clusterName",
23212326
"required": true,

0 commit comments

Comments
 (0)