/
HY
hydraide
/
HydrAIDE todo-api
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 6m ago · Updated 3w ago
View markdown
hydraide
HydrAIDE todo-api
get
Read a todo by id
v1
latest
OpenAPI 3.0.3
2026-07-17
5
4
3.6 KB
get
List todos (optionally filtered by status)
post
Create a todo
get
Read a todo by id
delete
Delete a todo
patch
Patch a todo (atomic field-level mutation)
Read a todo by id
get
/todos/{id}
Response
OK
Todo
required
id
string
uuid
required
title
string
required
done
boolean
required
dueAt
string
date-time
required
createdAt
string
date-time
required