Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
updatedWorkflow, err := client.Workflows.Update(ctx, "scene-processing", workflow.WithName("Scene processing"), workflow.WithDescription("Process new scenes into analysis-ready outputs."), )
func (workflowClient) Update( ctx context.Context, slug string, options ...workflow.UpdateOption, ) (*workflows.Workflow, error)
Was this page helpful?