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. For a private task list no permissions are required.
Path parameters
projectId
The id of the project.
taskListId
The id of the task list.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
order
The order of the list.
Response
No Content