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

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