Skip to main content
PUT
/
v1
/
organizations
/
api_keys
/
{api_key_id}
Update Api Key
curl --request PUT \
  --url https://api.trykintsugi.com/v1/organizations/api_keys/{api_key_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <x-organization-id>' \
  --data '
{
  "expires_at_seconds": 123,
  "metadata": {}
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.trykintsugi.com/llms.txt

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

Authorizations

X-API-KEY
string
header
required

Headers

x-organization-id
string
required

Path Parameters

api_key_id
string
required

Body

application/json
expires_at_seconds
integer | null
metadata
Metadata · object

Response

Successful Response