Partially update task
Tasks
Partially update task
Partially update an existing task. Only provided fields will be updated.
PATCH
Partially update task
Authorizations
API key authentication via Bearer token
Path Parameters
Task UUID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Body
application/json
Required string length:
1 - 500Example:
"Review Q4 budget"
Required string length:
1 - 10000Example:
"Complete budget review before end of quarter"
Available options:
bug_fix, documentation, feature_request, meeting, other, planning, research, review, null Example:
"review"
Available options:
low, medium, high, null Example:
"high"
Available options:
low, medium, high, null Example:
"medium"
Available options:
backlog, todo, in_progress, in_review, done, cancelled Example:
"in_progress"
Example:
"2024-12-31T23:59:59Z"
Example:
"123e4567-e89b-12d3-a456-426614174000"
Example:
"123e4567-e89b-12d3-a456-426614174001"
Example:
{ "priority": "high", "source": "email" }Last modified on May 30, 2026