Update a node
Use this API to update an existing node in the flow
| Path Parameters |
|---|
flowId string — REQUIRED |
itemId string — REQUIRED |
| Request Body — REQUIRED | ||||||
|---|---|---|---|---|---|---|
operations object[]The RFC-6902 patch operations to apply to the node (a non-empty array of ProposedPatchOperation).
|
| Responses | ||
|---|---|---|
200OK
|