Tasks
Create Task
Creates a new task under a project.
POST
Headers
string
required
Bearer YOUR_API_KEYBody
string
required
UUID of the project this task belongs to. Must belong to your account.
string
required
Task name.
string
Optional task description.
string
Initial status. One of:
todo (default), in_progress, done.number
Estimated hours to complete the task.
boolean
Whether this task is billable. Defaults to
false.number
Hourly rate for this task. Overrides the project rate when set.
string
UUID of a project phase to assign this task to. The phase must belong to the same project.
Response
boolean
true on creation.object
The newly created task, including an embedded
project object.
