Update API key
Updates an existing API key for an API client.
Path parameters
api_client_id
ID of the API client associated with the API key.
api_key_id
ID of the API key to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Updated name of the API key.
ip_allow_list
Updated list of IP addresses to allow requests from.
ip_deny_list
Updated list of IP addresses to deny requests from.
Response
Success - The API key was updated successfully.
data