Skip to main content
PATCH
Update a specific API key

Authorizations

x-api-key
string
header
required

Path Parameters

key_name
string
required

Body

application/json
name
string

The new name for the API key

expires_at
string<date-time>

The new expiration date and time for the API key

Response

API key updated successfully

id
string<uuid>
created_at
string<date-time>
last_used_at
string<date-time>
expires_at
string<date-time>
status
enum<string>
Available options:
ACTIVE,
EXPIRED,
REVOKED
name
string
prefix
string