Updates the order of the specified task list.
Updates the specified task list's position within the project.
<Check title="Required Permissions" icon="key">The user must have `project-planning-data:manage` permission for the project.</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
Errors
401
Unauthorized Error
404
Not Found Error

