PUT/projects/{id}/tasklists.json

Update Task List

Updates the specified task list record with the changes indicated by the submitted data.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      applyDefaultsToExistingTasks
      Type
      boolean
      Description
      Will over ride existing tasks in the task list with these new defaults.
    • Name
      todo-list
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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