14 lines
174 B
Text
14 lines
174 B
Text
|
|
# 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"
|
||
|
|
}
|