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>
Returns all task views that the user subscribed to.
Path parameters
projectIdUUIDRequired
The id of the project.
taskListIdUUIDRequired
The id of the task list.
Headers
AuthorizationstringRequired
Bearer authentication of the form `Bearer <token>`, where token is your auth token.
Request
This endpoint expects an object.
orderdouble or nullOptional
The order of the list.
Response
No Content
Updates the order of a task list.
Bearer authentication of the form Bearer <token>, where token is your auth token.
To update the order of project task lists, the user needs manage permissions on the project-planning-data feature.