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
Response
The new todo object.
Changes
No recorded changes to this endpoint across all 1 revision of this API.