PUT http://localhost:8080/note/NOTE_ID_HERE Content-Type: application/json Authorization: Bearer YOUR_AUTH_TOKEN { "title": "Updated title!", "note": "Updated body here..." }