diff --git a/go/apps/api/openapi/openapi.yaml b/go/apps/api/openapi/openapi.yaml index cc2df741f0..d27780d793 100644 --- a/go/apps/api/openapi/openapi.yaml +++ b/go/apps/api/openapi/openapi.yaml @@ -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 @@ -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