cURL
curl --request PUT \ --url https://app.all-hands.dev/api/v1/secrets/{secret_id} \ --header 'Content-Type: application/json' \ --header 'X-Access-Token: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "message": "<string>" }
Update an existing secret’s value.
Documentation IndexFetch the complete documentation index at: https://allhandsai-add-v1-api-reference.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://allhandsai-add-v1-api-reference.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Custom secret model without value
Successful Response
General response to an edit operation
Was this page helpful?