v21

OpenAPI 3.1.0raw.githubusercontent.com2026-08-011060456.0 KB
API Keys

Update user API key

Update an user API key

patch/user-api-keys/{api_key_id}

Path parameters

api_key_idstring required

Request body

descriptionstring
revokedboolean

Example request

{}

Response

Successful response

idstring required
descriptionstring required
expires_at_millisnumber
manually_revoked_at_millisnumber
created_at_millisnumber required
is_publicboolean required
type'user' required
user_idstring required

The ID of the user, or the special value me for the currently authenticated user

Example response

{
  "user_id": "3241a285-8329-4d69-8f3d-316e08cf140c"
}