Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions go/apps/api/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ components:
KeysUpdateKeyResponseData:
type: object
properties: {}
additionalProperties: false
description: Empty response object by design. A successful response indicates the key was updated successfully.
V2KeysUpdateKeyResponseBody:
type: object
Expand Down Expand Up @@ -265,6 +266,7 @@ components:
KeysDeleteKeyResponseData:
type: object
properties: {}
additionalProperties: false
description: Empty response object by design. A successful response indicates the key was deleted successfully.
V2KeysDeleteKeyResponseBody:
type: object
Expand Down
Loading