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
4 changes: 2 additions & 2 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33759,7 +33759,7 @@ paths:
x-speakeasy-name-override: 'create'
/keys/{hash}:
delete:
description: 'Delete an existing API key. [Management key](/docs/guides/overview/auth/management-api-keys) required.'
description: 'Delete an existing API key. Authenticate with a [management key](/docs/guides/overview/auth/management-api-keys), or with a Connect client secret. A client secret reaches only the keys that same client created; any other key responds as if it does not exist.'
operationId: 'deleteKeys'
parameters:
- description: 'The hash identifier of the API key to delete'
Expand Down Expand Up @@ -34109,7 +34109,7 @@ paths:
- 'API Keys'
x-speakeasy-name-override: 'get'
patch:
description: 'Update an existing API key. [Management key](/docs/guides/overview/auth/management-api-keys) required.'
description: 'Update an existing API key. Authenticate with a [management key](/docs/guides/overview/auth/management-api-keys), or with a Connect client secret. A client secret reaches only the keys that same client created; any other key responds as if it does not exist.'
operationId: 'updateKeys'
parameters:
- description: 'The hash identifier of the API key to update'
Expand Down
Loading