repertory-api/ain/notes/update.ain

14 lines
174 B
Text
Raw Normal View History

2026-06-09 15:07:08 -04:00
# Update a note
# ain ain/base.ain ain/notes/update.ain --vars ID=1 NOTE_ID=2
[Host]
/tunes/${ID}/notes/${NOTE_ID}
[Method]
PATCH
[Body]
{
"note": "updated note text"
}