Update an API key
PATCH
/
api-keys/{apiKeyId}Authorization
AuthorizationRequiredBearer <token>
Session token.
Example: "Authorization": "Bearer <token>"
In: header
API-Key<token>
API key.
Example: "API-Key": "<apiKey>"
In: header
Request Body
application/jsonRequiredexpiration_datestring
namestring
revocation_datestring
team_idstring
Path Parameters
apiKeyIdRequiredstring
The id of the API key
Success