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.
The execution scope of the workflow.
Available options:
WORKFLOW_EXECUTION_SCOPE_UNSPECIFIED, TEAM_PRIVATE, TEAM_PUBLIC 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 IDs of the tags to associate with the workflow.
Response
Success
The updated workflow.
Update Workflow

