v1
latestOpenAPI 3.0.32026-07-26870417.2 KBtasks
Update Task
This endpoint updates info about a specific task
patch/tasks/{task_id}
Request body
Example request
{
"title": "Resolve customer escalation",
"status": "closed",
"priority": 3,
"assignee": "ankit.singh@hashlabs.dev",
"due_date": "2026-06-15T18:00:00+00:00",
"notes": "Customer escalated via email — coordinate with support",
"remind_at": "2026-06-18T18:00:00+00:00",
"last_updated_by": "ankit.singh@hashlabs.dev"
}Response
200 OK
object required
The response is a task object. Refer to the task object here