Nodes

Update Node

Endpoint to update a node by its ID. Optionally verify the node belongs to a specific version number before updating.

patch/workflows/v1/nodes/{node_id}

Path parameters

node_idstring required
Example:5eb7cf5a86d9755df3a6c593

Query parameters

version_numberinteger nullable

Verify node belongs to this version number before updating (0 includes legacy nodes)

Verify node belongs to this version number before updating (0 includes legacy nodes)

Request body

object required

Response

Successful Response

warningsstring[]

Advisory lints for this node. The save succeeded — these describe configuration that is legal but almost certainly not what the author meant. Only checks a single node config can answer appear here; graph-level lints need the whole workflow.

Changes