Updates the order of the task list with the specified id.
To update the order of a project task list, the user needs manage permissions on the project-planning-data feature.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The id of the project.
taskListId
The id of the task list.
Request
The update Order form payload.
order
The order of the list.
Response
No Content

