Updates the order of a task in a task list.
Required Permissions
Any authenticated user.Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The id of the project.
taskListId
The id of the task list.
taskId
The id of the task.
Request
The task In Task List Update Order form.
order
The order of the task in 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.

