Skip to main content
POST
Move an action

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

flow_id
string
requerido

Cuerpo

application/json

Request to move an action to a different position.

name
string
requerido

Step name to move

newParentStep
string
requerido

New parent step name

stepLocationRelativeToParent
enum<string> | null

Where to place relative to new parent

Opciones disponibles:
AFTER,
INSIDE_LOOP,
INSIDE_BRANCH
branchIndex
integer | null

Branch index (for INSIDE_BRANCH location)

Respuesta

Successful Response

Flow response.

id
string
requerido
created
string<date-time>
requerido
updated
string<date-time>
requerido
name
string | null
status
enum<string> | null
Opciones disponibles:
ENABLED,
DISABLED
flow_category
enum<string> | null
Opciones disponibles:
post_call,
during_call,
pre_call,
call_launcher,
empty
trigger
TriggerResponse · object | null

Trigger definition.

produced_variables
string[]
consumed_variables
string[]