v2

OpenAPI 3.0.0raw.githubusercontent.com2024-12-01003.0 KB

Create a new TODO item

Creates a new TODO item.

post/todos

Request body

idstring required

Unique identifier for the TODO item

titlestring required

The title of the task

completedboolean required

Whether the task is completed

dueDatestring date-time

When the task is due

Response

TODO item created

idstring required

Unique identifier for the TODO item

titlestring required

The title of the task

completedboolean required

Whether the task is completed

dueDatestring date-time

When the task is due