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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Path param: workflow = workflow id.

Request

Responses

OK

Response Headers
    Content-Type