Updates the order of a task in a task list.
To update the order of tasks in a project task list, the user needs manage permissions on the
project-planning-data feature.
<Check title="Required Permissions">Any authenticated user.</Check>
Path parameters
projectId
The id of the project.
taskListId
The id of the task list.
taskId
The id of the task.
Request
The model used to update the order of the task in the task list with the specified id.
order
The order of the task in the list.
Response
OK
id
The id of the list to move the task to or to change the order for.
order
The order of the task in the list.
If null, the task is moved to the end of the list.