Updates the order of the task with the specified id.

POST

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.

Required Permissions: Any authenticated user.

Path parameters

taskIdstringRequired

The id of the task.

Request

This endpoint expects an object.
orderdoubleOptional

The order of the list.

Response

OK

idstring

The id of the list to move the task to or to change the order for.

orderdoubleOptional

The order of the task in the list. If null, the task is moved to the end of the list.