/
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
Deletes a Todo list by unique identifier
delete
/lists/{listId}
Path parameters
listId
string
required
The Todo list unique identifier
Response
Todo list deleted successfully
Changes