Skip to main content
PATCH
Update an API key

Authorizations

Authorization
string
header
required

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

Path Parameters

api_key_id
string<uuid>
required

Body

application/json
expire_at

The date and time when the API key will expire. If not provided, the API key will never expire.

name

The unique name of the API key.

Required string length: 1 - 255

Response

Successful Response

created_at
string<date-time>
required
id
string<uuid>
required
key
string
required
name
string
required
org_id
string
required
updated_at
string<date-time>
required
expire_at
string<date-time> | null