Todos
Update todo
Updates an existing todo item with the provided details. All fields in the request body will overwrite the existing values. Fields not included in the request will remain unchanged.
put/v1/todos/{id}
Path parameters
idstring required
Unique identifier of the todo to update
Request body
Response
Todo successfully updated