API Keys
Update an API key
Update an API key’s mutable attributes: name, description, and expires_at.
The key’s kind, role_id, on_call_role_id, and token cannot be changed after creation. To issue a new token, use the rotate endpoint. To change the role or kind, revoke the key and create a new one.
The new expires_at must be in the future and within 5 years.
PUT
Update an API key
Documentation Index
Fetch the complete documentation index at: https://docs.rootly.com/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Revoke an API keyRevoke an API key. The key is immediately invalidated and can no longer be used for authentication. This action cannot be undone.
For `team` and `organization` keys, the associated service account is also deleted. Any active sessions using this key will fail on the next request.
Next
Update an API key