Flow Steps
Authorizations
Path parameters
flow_stepstringRequired
The flow step identifier.
Body
first_step_idstring · nullableOptional
filter_logic_operatorstringOptional
namestring · min: 1 · max: 255Required
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
post
/api/v1/flow-steps/{flow_step}/routesAuthorizations
Path parameters
flow_stepstringRequired
The flow step identifier.
routestringRequired
The route identifier.
Body
first_step_idstring · nullableOptional
filter_logic_operatorstringOptional
namestring · min: 1 · max: 255Optional
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
put
/api/v1/flow-steps/{flow_step}/routes/{route}Last updated
Was this helpful?