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

projectIdstringRequiredformat: "uuid"
The id of the entity.
taskListIdstringRequiredformat: "uuid"
The id of the task list.

Request

The model used to update the order.
orderdouble or nullOptional
The order of the list.

Response

OK