v1

latestOpenAPI 3.0.1raw.githubusercontent.com2026-06-02446.3 KB
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."
}