API Keys

Update an API key

Updates an API key's name, workspaces, or enabled status.

put/v1/keys/{keyID}

Path parameters

keyIDstring required

The API key ID

Request body

namestring

New name for the API key

workspacesstring[]

New array of workspace names

enabledboolean

Enable or disable the API key

Response

Key updated

messagestring

Example response

{
  "message": "key updated."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.