Skip to main content
PATCH
Update any subset of a step's fields

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required
step
string<uuid>
required

Body

application/json
app_uid
string

Switch app — clears trigger/action/config/connection.

trigger_key
string | null
action_key
string | null
agent_uuid
string<uuid> | null
app_connection_uuid
string<uuid> | null
config
object | null

Response

Updated

data
object

One step of a flow. The first step in a flow is always a trigger (kind=trigger); subsequent steps are actions. Branch children (under an if_condition) appear flat in the parent flow's steps[] with parent_step_uuid + branch_key populated.