/
HY
hydraide
/
HydrAIDE todo-api
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
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
Changes