Project API Keys

Update Project API Key

Activates or deactivates a project-scoped API key. A deactivated key is rejected on authentication.

put/v1/projects/{projectId}/api-keys/{apiKeyId}

Path parameters

projectIdstring required

The unique identifier of the project

apiKeyIdinteger required

The unique identifier of the API key

Request body

validboolean required

Set to false to deactivate the key, or true to reactivate it

Response

successboolean required

Indicates if the request was successful

Changes

Changed in 4 of the 54 revisions of this API.14

Of the 54 revisions, 3 have no diff computed.