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">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 entity.
taskListId
The id of the task list.
Request
The model used to update the order.
order
The order of the list.
Response
OK