cURL
curl --request PUT \ --url https://ageneral.ai/v1/nodes/{node_id}/secrets/{name} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>" } '
{}
Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.
Authorization: Bearer <token>
Body carries value; node_id and name are path parameters.
value
node_id
name
Success
The response is of type object.
object