Create a list

List related endpoints.

You can create a new list and get list details. For your convenience, you can also clear a list and populate a list with sample tasks.

POST /lists

Create a new todo list.

{
  "id": "05ca8092-4b14-4d25-bab0-13f216c665ea",
  "tasks": []
}

Last updated