v1

latestOpenAPI 3.0.42026-07-175712.0 KB
Standard Todo List Endpoints

Update Todo

Updates a todo list item with a matching todoId. Will return an error if a matching todo item is not found.

put/todos/{todoId}

Path parameters

todoIdstring required
Example:1

ID of the todo list item to be modified.

Headers

Content-Typestring required
Example:application/json

Content type of the request body. Use application/json

Request body

OwnerIDinteger required

The OwnerID that created the todo list item.

titlestring

The title of the todo list item.

Completedboolean required

Whether or not the todo list item is completed.

Response

The new todo object.

IDinteger required
OwnerIDinteger required
Titlestring required
Completedboolean required