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 type of the workflow.
WORKFLOW_TYPE_UNSPECIFIED, EXECUTABLE, GUIDANCE The execution scope of the workflow.
WORKFLOW_EXECUTION_SCOPE_UNSPECIFIED, TEAM_PRIVATE, TEAM_PUBLIC Whether the workflow requires form confirmation.
Whether the workflow is temporary.
The content/code of the workflow.
The parameters schema of the workflow (JSON).
Success
The updated workflow.