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

    Request Examples

    Example Request

    PUT
    /projects/{id}/tasklists/reorder.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/tags.json

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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