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>"
}'
{}

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

secret_id
string
required

Body

application/json

Custom secret model without value

Response

200
application/json

Successful Response

The response is of type object.