Update an API Key
Updates an API Key. The expected attributes depend on the key type:
- Ingest Keys (prefix
hcxik_): Supportnameandenabledattributes - Configuration Keys (prefix
hcxlk_): Supportname,enabled, andpermissionsattributes
PATCH
Authorizations
Authenticate using a Honeycomb Management Key.
Pass the Management Key as a Bearer token in the Authorization header:
Authorization: Bearer hcxmk_12345678901234567890123456:12345678901234567890123456789012Construct the key value by joining the Key ID and Secret with a colon (:).
To learn how to create a Management Key, visit Manage Team API Keys. To learn more about authenticating requests, visit API Authentication.
Body
application/vnd.api+json
- Ingest Key
- Configuration Key
Response
Success