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
Response
Key updated
Example response
{
"message": "key updated."
}Updates an API key's name, workspaces, or enabled status.
The API key ID
Key updated
{
"message": "key updated."
}