Authorizations
Path Parameters
The unique identifier of the task to update.
10
Body
Fields to update in the task.
The ID of the project to which the task belongs.
The Name of the task.
The Description of the task, if applicable.
Priority of the task. Valid values are: 0 = No Priority 1 = Urgent 2 = High 3 = Medium 4 = Low
0
, 1
, 2
, 3
, 4
The due date of the task, We expect yyyy-MM-dd.
The ID of the task group.
An array of user IDs associated with the task.
An array of files associated with the task. Each file includes properties such as file type, href, name, and size.
Estimated time required for the task (hh), if applicable.
The ID of the task's milestone, if applicable.
Response
Successful task update.
The ID of the task
The Name of the task
The ID of the project.
The ID of the group.
The Group of the task.
Description of the task.
The Status of the task.
List of Subscribers who Subscribe the task.
The due date of the project.
Select priority of the task.
Estimated time required for the task (hh).
The ID of the task milestone.
List of task users.