Skip to content

Commit c4835d3

Browse files
OAS Update
1 parent 1df95a0 commit c4835d3

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

services/ske/v2/ske.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,14 @@
681681
},
682682
"type": "object"
683683
},
684+
"GetProviderOptionsRequestVersionState": {
685+
"default": "UNSPECIFIED",
686+
"enum": [
687+
"UNSPECIFIED",
688+
"SUPPORTED"
689+
],
690+
"type": "string"
691+
},
684692
"Hibernation": {
685693
"example": {
686694
"schedules": [
@@ -2120,7 +2128,7 @@
21202128
},
21212129
"description": "The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.",
21222130
"termsOfService": "https://stackit.de/en/imprint",
2123-
"title": "SKE-API",
2131+
"title": "STACKIT Kubernetes Engine API",
21242132
"version": "2.0"
21252133
},
21262134
"openapi": "3.0.1",
@@ -3361,6 +3369,18 @@
33613369
"schema": {
33623370
"type": "string"
33633371
}
3372+
},
3373+
{
3374+
"in": "query",
3375+
"name": "versionState",
3376+
"schema": {
3377+
"default": "UNSPECIFIED",
3378+
"enum": [
3379+
"UNSPECIFIED",
3380+
"SUPPORTED"
3381+
],
3382+
"type": "string"
3383+
}
33643384
}
33653385
],
33663386
"responses": {

0 commit comments

Comments
 (0)