PATCH
Update Workflow
Updates one or more fields on an existing Workflow.
PATCH
https://api.vantaxai.com/v1/workflows/{workflow_id}Only include the fields you want to change. Supplying `steps` replaces the entire step list, and supplying `trigger` replaces the trigger. Toggle `is_active` to arm or disarm the Workflow without changing its configuration.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Content-TypestringrequiredMust be application/json for requests with a body.
example: application/json
Path Parameters
workflow_idstringrequiredThe Workflow to update.
example: wf_4c81a0
Body Parameters
namestringoptionalNew display name.
descriptionstringoptionalUpdated description.
triggerobjectoptionalReplace the trigger. An object with a `type` and a `config`.
stepsarrayoptionalReplace the ordered list of steps.
is_activebooleanoptionalArm or disarm the Workflow.