v1
latestOpenAPI 3.1.02026-08-066484183.6 MBTasks
Update a task
Updates a task. Only the provided attributes are modified — rename it via title, change its workflow status via workflow_status_id, reassign via assignee_id, toggle private, or move it to a different task list via task_list_id. To reorder the task within its task list, use PATCH /tasks/{id}/reposition. To shift the task and its blocking dependent tasks by working days, use PATCH /tasks/{id}/move_dependent.
patch/api/v2/tasks/{id}
Path parameters
idstring required
ID
Headers
X-Organization-Idstring required
Organization ID
Response
Single task