v2

latestOpenAPI 3.1.02026-08-05313314398.1 KB
steps

Update Trigger

patch/api/v1/steps/{step_id}/trigger

Path parameters

step_idstring uuid required

Request body

trigger_type'on_click' | 'schedule'

How a root step can be triggered.

EVENT (polling) was deprecated in commit c523d2be (2026-05-02) and deleted entirely in Phase 5: cross-dataset reactive updates use the cascade model (database_dep) instead. ON_CLICK is implicit (every dataset can be refreshed manually via the UI, no row needed) and is only kept here for the rejection branch in CreateTrigger.

trigger_configobject nullable

Response

Successful Response

idstring uuid required
step_idstring uuid required
trigger_type'on_click' | 'schedule' required

How a root step can be triggered.

EVENT (polling) was deprecated in commit c523d2be (2026-05-02) and deleted entirely in Phase 5: cross-dataset reactive updates use the cascade model (database_dep) instead. ON_CLICK is implicit (every dataset can be refreshed manually via the UI, no row needed) and is only kept here for the rejection branch in CreateTrigger.

trigger_configobject required
is_activeboolean required
last_triggered_atstring date-time nullable required
created_atstring date-time required