Update API Key
Updates the specified API key.
Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Path Parameters
Key identifier.
"my_key_id"
Body
This data structure is used to update an API key.
JSON string representing the access policy for this API key. Defines granular permissions for users and groups. To delete an existing policy, pass an empty string.
"{\"version\":\"2025-01-01\",\"default\":{\"permissions\":{\"data-ingest-api-keys:ReadAccessPolicy\":\"grant\",\"data-ingest-api-keys:Manage\":\"deny\",\"data-ingest-api-keys:UpdateAccessPolicy\":\"deny\",\"data-ingest-api-keys:ReadConfig\":\"grant\"}},\"rules\":[]}"
Whether the API key is active. Set to false to deactivate without deleting.
true
New display name for the API key.
"my_new_name"
This data structure represents a set of permissions on an API key.
This data structure represents a set of permissions presets on an API key.
Response
Response returned after successfully updating an API key.