PUT/projects/{id}/tasklists/reorder.json

Reorder Lists

Whatever task you pass in here will go on the top of the task list. Everything else will get pushed down underneath.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      todo-lists
      Type
      array

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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