Skip to main content
POST
/
v1
/
flows
/
{id}
cURL
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
  • Move Action
  • Change Status
  • Lock and Publish
  • Copy as Draft
  • Lock Flow
  • Import Flow
  • Change Name
  • Delete Action
  • Update Action
  • Add Action
  • Update Trigger
  • Change Folder
  • Duplicate Action
type
enum<string>
required
Available options:
MOVE_ACTION
request
object
required

Response

200

Default Response

I