The ID of the project this task is associated with
descriptionstring
The description of the task
parent_task_idnumber
The ID of a parent task. Can not be ID of a task which is already a subtask.
assignee_idnumber
The ID of the user assigned to the task. When the assignee_id field is updated, the assignee_ids field value will be overwritten by the assignee_id field value.
assignee_idsnumber[]
The IDs of users assigned to the task. When the assignee_ids field is updated, the assignee_id field value will be set to the first value of the assignee_ids field, or null if the list is empty.
done0 | 1
Whether the task is done or not. 0 = Not done, 1 = Done.