Path parameters
projectIdstringRequiredformat: "uuid"
The id of the project.
taskListIdstringRequiredformat: "uuid"
The id of the task list.
taskIdstringRequiredformat: "uuid"
The id of the task.
Request
The task In Task List Update Order form.
orderdouble or nullOptional
The order of the task in the list.
Response
OK
The id of the list to move the task to or to change the order for.
The order of the task in the list.
If null, the task is moved to the end of the list.