Updates the order of a task in a task list.

POST
To update the order of tasks in a project task list, the user needs manage permissions on the project-planning-data feature.

Path parameters

projectIdstringRequired
The id of the project.
taskListIdstringRequired
The id of the task list.
taskIdstringRequired
The id of the task.

Request

This endpoint expects an object.
orderdoubleOptional
The order of the task in the list.

Response

This endpoint returns a list of objects
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.