Update API Key
No description available
Authorizations
API key authentication
Path Parameters
"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\":[]}"
true
"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
The response is of type object.