Skip to main content
PUT
/
api
/
secrets
/
{secret_id}
Update Custom Secret
curl --request PUT \
  --url https://app.all-hands.dev/api/secrets/{secret_id} \
  --header 'Content-Type: application/json' \
  --header 'X-Session-API-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-chore-weekly-arch-refresh.mintlify.app/llms.txt

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

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

secret_id
string
required

Body

application/json

Custom secret model without value

name
string
required
description
string | null

Response

Successful Response

{key}
string