v1
latestOpenAPI 3.0.42026-07-175712.0 KBStandard 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
Response
The new todo object.