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

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

Request

The update Order form payload.
orderdouble or nullOptional
The order of the list.

Response

No Content

Errors

401
Unauthorized Error
404
Not Found Error