Flows
Apply Flow Operation
Apply an operation to a flow
POST
/
v1
/
flows
/
{id}
Copy
Ask AI
curl --request POST \
--url https://cloud.activepieces.com/api/v1/flows/{id} \
--header 'Content-Type: application/json' \
--data '{
"type": "MOVE_ACTION",
"request": {
"name": "<string>",
"newParentStep": "<string>",
"stepLocationRelativeToNewParent": "INSIDE_TRUE_BRANCH"
}
}'
Copy
Ask AI
curl --request POST \
--url https://cloud.activepieces.com/api/v1/flows/{id} \
--header 'Content-Type: application/json' \
--data '{
"type": "MOVE_ACTION",
"request": {
"name": "<string>",
"newParentStep": "<string>",
"stepLocationRelativeToNewParent": "INSIDE_TRUE_BRANCH"
}
}'
Assistant
Responses are generated using AI and may contain mistakes.