/
PY
pylons
/
A simple Todo app API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
2026-07-17
4
2
2.9 KB
List of my TODO items
get
/todos
Query parameters
limit
integer
The maximum number of TODO items to return
Response
A list of my TODO items
Item[]
required
title
string
required
All 4 operations
get
List of my TODO items
post
Create a TODO item
put
Update a TODO item
delete
Delete a TODO item