Adds the tasks to the task list with the specified id.

POST

Adds the tasks to the task list with the specified id. To add a new task to a project task list, the user needs manage permissions on the project-planning-data feature. For a private task list no permissions are required.

Path parameters

projectIdstringRequired

The id of the project.

taskListIdstringRequired

The id of the task list.

Request

This endpoint expects a list of objects.
taskIdstringRequired

The task id added to the list.

orderdoubleOptional

The order of the task in the list.

Response

Success

idstring

The id of the list to move the task to or to change the order for.

orderdoubleOptional

The order of the task in the list. If null, the task is moved to the end of the list.