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.

Required Permissions
Any authenticated user.

Path parameters

taskIdUUIDRequired

The id of the task.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
orderdouble or nullOptional

The order of the list.

Response

OK

idUUID

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

orderdouble or nullOptional

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