Skip to main content
PATCH
/
api
/
v1
/
api-keys
/
{id}
Update or revoke an API key
curl --request PATCH \
  --url https://api.kataven.ai/v1/api/v1/api-keys/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "disabled": false,
  "name": "ci-deploy-bot-renamed"
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Headers

X-Account-ID
string

Tenant database. Required when using a Zitadel JWT.

Path Parameters

id
string
required

API key id (uuid)

Body

application/json

Fields to update

Fields to update

disabled
boolean
Example:

false

name
string
Example:

"ci-deploy-bot-renamed"

Response

Updated