Update Node
node-red-flows-update-nodeUpdate a node's properties in a Node-RED flow tab by deep-merging provided attributes onto the existing node configuration.
Instructions
Update specific properties of a single node in a flow tab. Deep-merges the provided properties onto the existing node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | ID of the target flow tab | |
| nodeId | Yes | ID of the node to update | |
| properties | Yes | Partial node properties to merge onto the existing node | |
| expectedRev | No | Optional revision guard for conflict detection |