Workflow Definitions APIPUT/api/workflow-definitions/{workflowId}/{version}
Product availabilityAlgaPSA
Update workflow draft definition
Replaces the draft definition for a specific version.
Path parameters
workflowIdstring <uuid>Required
versionstringRequired
Draft version number (coerced to a positive integer).
Request body
Content type: application/json · schema WorkflowDefinitionUpdateBody
definitionobjectRequired
Workflow definition DSL document (nodes, edges, triggers, payload schema, etc.).
Response body
Success response 200 · schema UnversionedV1Success
anyOf (option 2)array of object
Response codes
401
API key missing/invalid.
403
Caller lacks the required permission.
404
Workflow/version not found.