/api/v2/task_lists

POST
Tasks • Task Lists

Create a task list

Description

Creates a task list inside a folder. Requires a name, the project_id, and the target folder_id.

{
  "data": {
    "type": "task_lists",
    "attributes": {
      "name": "Sprint 5",
      "project_id": 31002,
      "folder_id": 7781
    }
  }
}
Loading parameters…
Loading request bodies…
Loading responses…