Update an existing workflow.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the workflow.
The name of the workflow.
A description of the workflow.
The execution scope of the workflow.
WORKFLOW_EXECUTION_SCOPE_UNSPECIFIED, TEAM_PRIVATE, TEAM_PUBLIC Whether the workflow requires form confirmation.
The content/code of the workflow.
Whether the workflow is published. Set to true to publish the workflow.
Success
The updated workflow.