Skip to content

Commit 571211b

Browse files
author
Automated
committed
OpenAPI spec update: Mon Apr 28 08:21:55 UTC 2025
1 parent 7c6490f commit 571211b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

exoscale/openapi.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6132,6 +6132,7 @@
61326132
"deleting",
61336133
"error",
61346134
"rotating-ccm-credentials",
6135+
"rotating-csi-credentials",
61356136
"running",
61366137
"suspending",
61376138
"updating",
@@ -17880,6 +17881,39 @@
1788017881
"operationId": "evict-instance-pool-members"
1788117882
}
1788217883
},
17884+
"/sks-cluster/{id}/rotate-csi-credentials": {
17885+
"put": {
17886+
"tags": [
17887+
"sks"
17888+
],
17889+
"responses": {
17890+
"200": {
17891+
"description": "200",
17892+
"content": {
17893+
"application/json": {
17894+
"schema": {
17895+
"$ref": "#/components/schemas/operation"
17896+
}
17897+
}
17898+
}
17899+
}
17900+
},
17901+
"description": "",
17902+
"parameters": [
17903+
{
17904+
"in": "path",
17905+
"required": true,
17906+
"name": "id",
17907+
"schema": {
17908+
"type": "string",
17909+
"format": "uuid"
17910+
}
17911+
}
17912+
],
17913+
"summary": "Rotate Exoscale CSI credentials",
17914+
"operationId": "rotate-sks-csi-credentials"
17915+
}
17916+
},
1788317917
"/dbaas-grafana/{service-name}/user/{username}/password/reset": {
1788417918
"put": {
1788517919
"tags": [

0 commit comments

Comments
 (0)