Update API key

Updates an existing API key for an API client.

Path parameters

api_client_idstringRequired
ID of the API client associated with the API key.
api_key_idstringRequired
ID of the API key to update.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringOptional
Updated name of the API key.
ip_allow_listlist of stringsOptional
Updated list of IP addresses to allow requests from.
ip_deny_listlist of stringsOptional
Updated list of IP addresses to deny requests from.

Response

Success - The API key was updated successfully.

dataobject or null

Errors