Update Workflow
PUT/api/v1/new-workflows/:workflow_id
Update the following workflow fields:
- name
- description
- definition
- integrations
When updating the definition, provide the last known definition_hash to prevent concurrent overwrites. If the hash doesn't match the current workflow definition, a 409 Conflict error is returned.
Request
Responses
- 200
- 207
- 208
- 400
- 401
- 403
- 404
- 409
- 422
- 428
- 502
- 503
- 504
Successful Response
Multi-Status
Already Reported
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unprocessable Entity
Precondition Required
Bad Gateway
Service Unavailable
Gateway Timeout