Update one workflow node
n8n_update_nodeUpdate a single validated node property in a workflow without altering other settings. Non-atomic risk must be acknowledged.
Instructions
Update one validated node property while preserving the rest of the workflow. The Public API has no atomic compare-and-swap, so explicit non-atomic risk acknowledgement is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| value | Yes | ||
| nodeId | Yes | ||
| workflowId | Yes | ||
| expectedVersionId | Yes | ||
| acknowledgeNonAtomicRisk | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| redacted | Yes | ||
| untrusted | Yes |