v1
latestOpenAPI 3.0.32026-07-17542197.8 KBTodo
Create todo item
Create a new todo item.
post/v1/todos
Request body
Example request
{
"title": "Do something great",
"description": "I'll make the world a better place today.",
"priority": "urgent"
}Response
Example response