/
AZ
azure
/
Simple Todo API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.0
2026-07-17
12
3
8.0 KB
Lists
Creates a new Todo list
post
/lists
Request body
TodoList
required
A list of related Todo items
id
string
name
string
required
description
string
Response
A Todo list result
TodoList
required
A list of related Todo items
id
string
name
string
required
description
string