Updates the order of the task with the specified id.

Updates the order of the task of a specific task status for project tasks. If it is a private task it updates the order of the private tasks of the user. This can have an impact of other tasks as well. If the task is not appended to the end, the other tasks of the project within the same task status will get a new order. <Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.

Request

The model used to update the order of the task with the specified id.
orderdouble or nullOptional
The order of the list.

Response

OK
idstringformat: "uuid"
The id of the list to move the task to or to change the order for.
orderdouble or null
The order of the task in the list. If null, the task is moved to the end of the list.