cURL
ingestKey
curl --request PATCH \ --url https://api.honeycomb.io/2/teams/{teamSlug}/api-keys/{ID} \ --header 'Content-Type: application/vnd.api+json' \ --data ' { "data": { "id": "hcxik_12345678901234567890123456", "type": "api-keys", "attributes": { "name": "updated name", "disabled": false } } } '
{ "data": { "id": "hcxik_12345678901234567890123456", "type": "api-keys", "attributes": { "key_type": "ingest", "name": "us-west-2 collectors key", "disabled": false, "permissions": { "create_datasets": false }, "timestamps": { "created": "2022-09-22T17:32:11Z", "updated": "2022-10-31T15:08:11Z" } }, "relationships": { "environment": { "data": { "id": "hxenv_12345678901234567890123456", "type": "environments" } }, "creator": { "data": { "id": "<string>", "type": "users" } }, "editor": { "data": { "id": "<string>", "type": "users" } } }, "links": { "self": "/2/teams/my-team/api-keys/hcxik_12345678901234567890123456" } } }
Updates an API Key. The expected attributes depend on the key type:
hcxik_
name
enabled
hcxlk_
permissions
The slug of the Team
A unique identifier
Show child attributes
Success