Skip to content

Commit cb9adcd

Browse files
OAS Update
1 parent 2858590 commit cb9adcd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

services/ske/v2/ske.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@
446446
"$ref": "#/components/schemas/Maintenance"
447447
},
448448
"name": {
449+
"description": "Use lowercase alphanumeric characters or -, must start and end with an alphanumeric character, and be between 1 and 11 characters long.",
450+
"maxLength": 11,
451+
"minLength": 1,
452+
"pattern": "^[a-z0-9]([a-z0-9-]{0,9}[a-z0-9])?$",
449453
"readOnly": true,
450454
"type": "string"
451455
},
@@ -2728,6 +2732,7 @@
27282732
}
27292733
},
27302734
{
2735+
"description": "Use lowercase alphanumeric characters or -, must start and end with an alphanumeric character, and be between 1 and 11 characters long.",
27312736
"in": "path",
27322737
"name": "clusterName",
27332738
"required": true,

0 commit comments

Comments
 (0)