v1

latestOpenAPI 3.0.42026-07-175712.0 KB
Standard Todo List Endpoints

Create Todo

Creates a todo list item.

post/todos

Headers

Content-Typestring required
Example:application/json

Content type of the request body. Use application/json

Request body

OwnerIDinteger required

The userId that created the todo list item.

Titlestring required

The title of the todo list item.

Completedboolean required

Whether or not the todo list item is completed.

Response

The created todo list item

IDinteger required
OwnerIDinteger required
Titlestring required
Completedboolean required