Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

9 lines
180 B
HTTP

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