v1
latestOpenAPI 3.0.32026-07-17542197.8 KBTodo
Update todo
Update the given todo
patch/v1/todos/{id}
Request body
Example request
{
"title": "Do something great",
"description": "I'll make the world a better place today.",
"priority": "urgent"
}Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"title": "Do something great",
"description": "I'll make the world a better place today.",
"priority": "urgent"
}