v1

OpenAPI 3.1.02026-08-04552282508.9 KB
Workflows

Update Workflow

Update an existing workflow.

Path Parameters: - workflow_id: UUID of the workflow

Request Body: - name: Optional new name - description: Optional new description - nodes: Optional new nodes - edges: Optional new edges - is_active: Optional active status - is_template: Optional template status - metadata_json: Optional metadata

Returns: Updated workflow

put/api/workflows/{workflow_id}

Path parameters

workflow_idstring required

Request body

namestring nullable
descriptionstring nullable
is_activeboolean nullable
is_templateboolean nullable
metadata_jsonobject nullable
project_idstring nullable

Response

Successful Response

idstring required
user_idstring required
namestring required
descriptionstring nullable required
workflow_typestring required
nodesobject[] required
edgesobject[] required
is_activeboolean required
is_templateboolean required
last_executed_atstring nullable required
last_execution_statusstring nullable required
execution_countinteger required
created_atstring required
updated_atstring required
metadata_jsonobject required
project_idstring nullable
has_dashboardboolean