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 }
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
null
Was this page helpful?