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
taskId
The id of the task.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
order
The order of the list.
Response
OK
id
The id of the list to move the task to or to change the order for.
order
The order of the task in the list. If null, the task is moved to the end of the list.