Skip to content

Commit 8e5eb66

Browse files
author
Automated
committed
OpenAPI spec update: Wed Mar 12 10:06:15 UTC 2025
1 parent 4cef4bf commit 8e5eb66

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

exoscale/openapi.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15919,6 +15919,54 @@
1591915919
"operationId": "upgrade-sks-cluster-service-level"
1592015920
}
1592115921
},
15922+
"/dbaas-settings-valkey": {
15923+
"get": {
15924+
"tags": [
15925+
"dbaas"
15926+
],
15927+
"responses": {
15928+
"200": {
15929+
"description": "200",
15930+
"content": {
15931+
"application/json": {
15932+
"schema": {
15933+
"type": "object",
15934+
"properties": {
15935+
"settings": {
15936+
"type": "object",
15937+
"properties": {
15938+
"valkey": {
15939+
"type": "object",
15940+
"properties": {
15941+
"properties": {
15942+
"type": "object"
15943+
},
15944+
"additionalProperties": {
15945+
"type": "boolean"
15946+
},
15947+
"type": {
15948+
"type": "string"
15949+
},
15950+
"title": {
15951+
"type": "string"
15952+
}
15953+
},
15954+
"description": "Valkey configuration values"
15955+
}
15956+
}
15957+
}
15958+
}
15959+
}
15960+
}
15961+
}
15962+
}
15963+
},
15964+
"description": "Returns the default settings for Valkey.",
15965+
"parameters": [],
15966+
"summary": "Get DBaaS Valkey settings",
15967+
"operationId": "get-dbaas-settings-valkey"
15968+
}
15969+
},
1592215970
"/api-key/{id}": {
1592315971
"delete": {
1592415972
"tags": [

0 commit comments

Comments
 (0)