Tasks
Update Task
Updates one or more fields on an existing task.
PATCH
Headers
string
required
Bearer YOUR_API_KEYPath Parameters
string
required
UUID of the task to update.
Body
Send only the fields you want to change. At least one field is required.string
Updated task name.
string
Updated description.
string
New status. One of:
todo, in_progress, done.number
Updated estimated hours.
boolean
Updated billable flag.
number
Updated hourly rate.
string
UUID of a project phase to assign the task to, or
null to unassign.Response
boolean
true on update.object
The updated task object.

