Update Client Key

PUT https://sentry.io/api/0/projects/{{organization_slug}}/:project_slug/keys/:key_id/

https://docs.sentry.io/api/projects/update-a-client-key/

Update a client key. This can be used to rename a key.

Path Parameters

organization_slug (string)REQUIRED

The slug of the organization the client keys belong to.

project_slug (string)REQUIRED

The slug of the project the client keys belong to.

key_id (string)REQUIRED

The ID of the key to update.

Body Parameters

name (string)

The new name for the client key.

Scopes

You need to authenticate via bearer auth token. requires one of the following scopes:

  • project:write

Request Body

{"name"=>"My Updated Key"}