Update a workflow

Update a workflow

Path parameters

workflow_idstringRequired

The ID of the workflow to update. Workflow ID starts with wpid_.

Headers

x-api-keystringRequired

Request

This endpoint expects an object.
json_definitionobjectOptional
Workflow definition in JSON format
yaml_definitionstringOptional
Workflow definition in YAML format

Response

Successfully updated workflow
workflow_idstring
organization_idstring
titlestring
workflow_permanent_idstring
versioninteger
is_saved_taskboolean
workflow_definitionobject
created_atstringformat: "date-time"
modified_atstringformat: "date-time"
descriptionstring or null
proxy_locationenum or null
webhook_callback_urlstring or null
totp_verification_urlstring or null
totp_identifierstring or null
persist_browser_sessionboolean or nullDefaults to false
modelmap from strings to any or null
statusenum or null
Allowed values:
deleted_atstring or nullformat: "date-time"

Errors