Skip to main content
POST
Update an existing API key for the authenticated user

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string
required

The ID of the API key to update.

name
string
required

The new name of the API key.

description
string

A new description for the API key.

Response

OK