/
AZ
azure
/
Simple Todo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
Items
7
Lists
5
get
Gets an array of Todo lists
post
Creates a new Todo list
get
Gets a Todo list by unique identifier
put
Updates a Todo list by unique identifier
delete
Deletes a Todo list by unique identifier
Lists
Updates a Todo list by unique identifier
put
/lists/{listId}
Path parameters
listId
string
required
The Todo list unique identifier
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
Changes