Update a workflow
PUT/api/update_workflow/:project_guid/:workflow_guid
Updates a workflow's name, description, and auto-start flag - the first two in both the workflow's own configuration and the project's, the flag only in the workflow's own, since that is where the Runtime reads it - then commits and propagates the change to every clone.
Request
Responses
- 200
- 400
- 404
- 422
Successful Response
Workflow name is required
Project or workflow not found
Validation Error