Apply an operation to a flow
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" } }'
MOVE_ACTION
Show child attributes
INSIDE_TRUE_BRANCH