v2

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

Update a TODO item by ID

Updates a single TODO item.

put/todos/{id}

Path parameters

idstring required

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 updated

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