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 type of the workflow.
Available options:
WORKFLOW_TYPE_UNSPECIFIED
, EXECUTABLE
, GUIDANCE
The execution scope of the workflow.
Available options:
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).
Response
Success
The updated workflow.