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

Body Params

    • Name
      todo-items
      Type
      array

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }