PUT/tasklists/{id}/tasks/reorder.json
Reorder the Tasks
Re-orders tasks on the specified task list. Completed tasks cannot be reordered and any tasks not specified will be sorted after the tasks explicitly specified.
NOTE: Reordering tasks will move the tasks you are sending to go to the top of the list.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}