Nodes
Update a node
Updates a node.
Authorization
bearerAuth AuthorizationBearer <token>
API key (cf_*) passed as Bearer token
In: header
Path Parameters
formId*string
nodeId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/forms/497f6eca-6276-4993-bfeb-53cbbbba6f08/nodes/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{ "node_id": "6e0bdcac-9717-4a6f-972e-97489dffeb0c", "options": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "content": "string", "order": 0, "score": 0, "scores": { "property1": 0, "property2": 0 } } ], "warnings": [ "string" ]}