---
title: "Creates a new Todo list"
method: POST
path: "/lists"
tags: ["Lists"]
---

# Creates a new Todo list

`POST /lists`

## Request body

- TodoList — A list of related Todo items
  - `id` string
  - `name` string, required
  - `description` string

## Response `201`

A Todo list result

- TodoList — A list of related Todo items
  - `id` string
  - `name` string, required
  - `description` string

## Other responses

- `400` — Invalid request schema

---

[API](https://skmtc.dev/azure/apis/simple-todo-api.md) · [All operations](https://skmtc.dev/azure/apis/simple-todo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/simple-todo-api/revisions/3276bd2e08f8/schema)
