Update an API Key
PATCH
/
api-keys
/{apiKeyId}
Authorization
Authorization
RequiredBearer <token>
Session token.
Example: "Authorization": "Bearer <token>"
In: header
X-API-Key
<token>
API key.
Example: "X-API-Key": "<apiKey>"
In: header
Request Body
application/json
Requiredexpiration_date
string
name
string
revoked_at
string
team_id
string
Path Parameters
apiKeyId
Requiredstring
The id of the API key
Success