Workflow API
Update Workflow
Update an existing workflow.
PUT
Update Workflow
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the workflow.
Body
application/json
The name of the workflow.
A description of the workflow.
Whether the workflow requires form confirmation. Omit to leave unchanged.
The content/code of the workflow.
Whether the workflow is published. Set to true to publish the workflow.
The workflow's replacement set of tags: when present, the workflow ends up with exactly the given tag ids (an empty set clears every tag). Omit to leave tags unchanged.
Response
Success
The updated workflow.
Update Workflow

