Skip to main content
PATCH
/
v1
/
vault
/
update
/
{id}
cURL
curl --request PATCH \
  --url https://api.helicone.ai/v1/vault/update/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "active": true,
  "name": "<string>",
  "key": "<string>"
}
'
{
  "data": null,
  "error": null
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Path Parameters

id
string
required

Body

application/json
active
boolean
name
string
key
string

Response

200 - application/json

Ok

data
enum<number> | null
required
Available options:
null
error
enum<number> | null
required
Available options:
null