Overview
Theupdate_workflow function updates an existing AI workflow’s configuration.
Function Signature
Parameters
The unique identifier of the workflow to update
The workflow fields to update (all optional):
name: Workflow namedescription: Workflow descriptionsteps: Array of workflow stepsis_active: Whether workflow is active
Return Value
ReturnsResult<AiWorkflow> containing the updated workflow details.
Basic Usage
Error Handling
Rate Limits
- Update operations: 100 requests per minute
- Burst limit: 10 requests per second
Related Functions
- fetch_workflow - Get workflow by ID
- create_workflow - Create a new workflow
- delete_workflow - Delete workflow
