cURL
curl --request POST \ --url https://cloud.activepieces.com/api/v1/flows/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "MOVE_ACTION", "request": { "name": "<string>", "newParentStep": "<string>", "stepLocationRelativeToNewParent": "INSIDE_TRUE_BRANCH" } } '
Apply an operation to a flow
Use your api key generated from the admin console
MOVE_ACTION
Show child attributes
CHANGE_STATUS
LOCK_AND_PUBLISH
USE_AS_DRAFT
LOCK_FLOW
IMPORT_FLOW
CHANGE_NAME
DELETE_ACTION
UPDATE_ACTION
ADD_ACTION
UPDATE_TRIGGER
CHANGE_FOLDER
DUPLICATE_ACTION
Default Response