Add or update user secrets for a compute node

Merges user-scoped secrets for the specified compute node. New keys are
added and existing keys are updated; keys not included in the request
are left unchanged. These secrets are private to the authenticated user
and will be injected into workflow executions on this node. Requires
node access (owner, shared, or workspace). Use DELETE to remove secrets.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The UUID of the compute node

Body Params
secrets
object
required

Key-value map of secrets to store. Keys must match [A-Za-z_][A-Za-z0-9_]*.
Maximum 50 secrets, key max 256 chars, value max 10000 chars.
System-reserved key names (e.g. SESSION_TOKEN, DATASET_ID) are rejected.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json