Skip to content

Commit 3080f78

Browse files
author
Automated
committed
OpenAPI spec update: Tue Feb 18 11:05:01 UTC 2025
1 parent 67ca184 commit 3080f78

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

exoscale/openapi.json

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8156,7 +8156,8 @@
81568156
"items": {
81578157
"type": "string",
81588158
"enum": [
8159-
"bypass-governance-retention"
8159+
"bypass-governance-retention",
8160+
"reset-iam-organization-policy"
81608161
]
81618162
},
81628163
"uniqueItems": true,
@@ -16375,7 +16376,8 @@
1637516376
"items": {
1637616377
"type": "string",
1637716378
"enum": [
16378-
"bypass-governance-retention"
16379+
"bypass-governance-retention",
16380+
"reset-iam-organization-policy"
1637916381
]
1638016382
},
1638116383
"uniqueItems": true,
@@ -20905,6 +20907,29 @@
2090520907
"operationId": "reveal-dbaas-postgres-user-password"
2090620908
}
2090720909
},
20910+
"/iam-organization-policy:reset": {
20911+
"post": {
20912+
"tags": [
20913+
"iam"
20914+
],
20915+
"responses": {
20916+
"200": {
20917+
"description": "200",
20918+
"content": {
20919+
"application/json": {
20920+
"schema": {
20921+
"$ref": "#/components/schemas/operation"
20922+
}
20923+
}
20924+
}
20925+
}
20926+
},
20927+
"description": "",
20928+
"parameters": [],
20929+
"summary": "Reset IAM Organization Policy",
20930+
"operationId": "reset-iam-organization-policy"
20931+
}
20932+
},
2090820933
"/dbaas-settings-opensearch": {
2090920934
"get": {
2091020935
"tags": [
@@ -23950,7 +23975,8 @@
2395023975
"items": {
2395123976
"type": "string",
2395223977
"enum": [
23953-
"bypass-governance-retention"
23978+
"bypass-governance-retention",
23979+
"reset-iam-organization-policy"
2395423980
]
2395523981
},
2395623982
"uniqueItems": true,

0 commit comments

Comments
 (0)