POST
/
v1
/
flows
/
{id}
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"
  }
}'

Path Parameters

id
string
required

Body

application/json
type
enum<string>
required
Available options:
MOVE_ACTION
request
object
required