Skip to main content

Function: updateStep()

updateStep(svc, companyId, id, patch): Promise<boolean>

Defined in: src/db/queries/pipeline.ts:1218

Patch a step (M-09). Scoped by company; sequence_id/step_no are not editable here.

Parameters

svc

SupabaseClient

companyId

string

id

string

patch

Returns

Promise<boolean>