Deploy workflow version

Deploy a committed workflow version. Sets the target version as live and disables all other versions.

Path parameters

workflow_idstringRequired
Workflow ID.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Request

This endpoint expects an object.
versionintegerOptional
Version number to deploy. If omitted, the latest committed version is deployed.

Response

Workflow deployed successfully
idstring
workflow_idstring
versioninteger
is_enabledboolean
is_read_onlyboolean

Errors

401
Unauthorized Error
404
Not Found Error