Skip to content

Commit 5b0e3b8

Browse files
OAS Update
1 parent a7e286b commit 5b0e3b8

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

services/kms/v1beta/kms.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
"active",
642642
"key_material_not_ready",
643643
"expired",
644-
"deleting",
644+
"deleted",
645645
"key_material_unavailable"
646646
],
647647
"type": "string"
@@ -1887,6 +1887,36 @@
18871887
}
18881888
},
18891889
"/v1beta/projects/{projectId}/regions/{regionId}/keyrings/{keyRingId}/wrappingkeys/{wrappingKeyId}": {
1890+
"delete": {
1891+
"description": "Deletes the given wrapping key",
1892+
"operationId": "DeleteWrappingKey",
1893+
"responses": {
1894+
"204": {
1895+
"description": "Deletion was scheduled successfully."
1896+
},
1897+
"400": {
1898+
"$ref": "#/components/responses/badRequest"
1899+
},
1900+
"401": {
1901+
"$ref": "#/components/responses/unauthorized"
1902+
},
1903+
"404": {
1904+
"$ref": "#/components/responses/notFound"
1905+
},
1906+
"500": {
1907+
"$ref": "#/components/responses/internalServerError"
1908+
}
1909+
},
1910+
"summary": "Delete wrapping key",
1911+
"x-stackit-authorization": {
1912+
"actions": [
1913+
"kms.keyring.update"
1914+
],
1915+
"resource-id": "projectId",
1916+
"resource-id-type": "dynamic",
1917+
"resource-type": "project"
1918+
}
1919+
},
18901920
"get": {
18911921
"description": "Returns the details for the given wrapping key.",
18921922
"operationId": "GetWrappingKey",

0 commit comments

Comments
 (0)