Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the workflow to update
Example:
"60d0fe4f5311236168a109ca"
Body
application/json
The type of workflow (single_prompt or workflow_graph)
Available options:
workflow_graph, single_prompt Workflow graph configuration. Required when type is workflow_graph. Exactly one of workflowGraph or singlePromptConfig must be provided.
Configuration for single_prompt workflow type. Required when type is single_prompt. Exactly one of workflowGraph or singlePromptConfig must be provided.

