Updates the order of a task list.

To update the order of project task lists, the user needs manage permissions on the project-planning-data feature. <Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.
taskListIdstringRequiredformat: "uuid"
The id of the task list.

Request

The model used to update the order of the task list with the specified id.
orderdouble or nullOptional
The order of the list.

Response

No Content