Skip to main content
PATCH
Update Node

Request

Only send the fields you want to update. Existing fields are preserved.

Path Parameters

string
required
The project ID
string
required
The node ID

Headers

string
required
Bearer token using your developer key

Body

object
Partial node data to merge. Only include fields you want to change.
object
Updated canvas position: { "x": number, "y": number }

Response

Returns the full updated node.

Example: Update prompt text

Example: Update tool bindings