Skip to main content

Publish Workflow

POST 

/api/automation/workflows/:workflow/publish

Publish a workflow so its trigger becomes live. The graph is validated first - on failure nothing changes and the validation errors are returned with status 422. On success the version number is incremented, publishedAt is set, and the trigger type/configuration are re-derived from the graph.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Path param: workflow = workflow id.

Request

Responses

OK

Response Headers
    Content-Type