Update API key

Updates an existing API key. Requires a Provisioning API key.

Path parameters

hashstringRequired
The hash of the API key

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringOptional
New display name for the key
disabledbooleanOptional
Whether the key should be disabled
limitdoubleOptional
New credit limit for the key

Response

Updated API key
dataobject