Skip to main content
PUT
Update a cancel flow step

Path Parameters

Body Parameters

Example Request

Response

You only need to include the fields you want to update. Omitted fields retain their current values.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Body

application/json
step_order
integer
step_type
enum<string>
Available options:
survey,
offer,
confirmation
config
object

Response

Updated step.

id
string<uuid>
flow_id
string<uuid>
step_order
integer
step_type
enum<string>
Available options:
survey,
offer,
confirmation
config
any

Step-type-specific configuration (arbitrary JSON).

created_at
string<date-time>