v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
task_dag_mutations

Update Task Endpoint

patch/api/projects/{project_id}/tasks/{task_id}

Path parameters

project_idstring required
task_idstring required

Request body

chat_session_idstring required

Chat session ID of the caller (must be assignee or creator)

new_statusstring nullable

New status: in_progress, completed, failed, or cancelled. Omit to update fields only.

new_titlestring nullable

Update the task title (planned tasks only)

new_objectivestring nullable

Update the task objective (planned tasks only)

notesstring nullable

Append a note to the task

add_blocked_bystring[] nullable

Add upstream dependencies (task IDs)

remove_blocked_bystring[] nullable

Remove upstream dependencies (planned tasks only)

add_blockingstring[] nullable

Add downstream dependencies (task IDs)

remove_blockingstring[] nullable

Remove downstream dependencies (planned tasks only)

remove_required_variablesstring[] nullable

Remove required variables by name (planned tasks only)

remove_starter_cellsstring[] nullable

Remove starter cells by cell ID (planned tasks only)

Response

Successful Response

object required