13 lines
176 B
Text
13 lines
176 B
Text
# Add a note to a tune
|
|
# ain ain/base.ain ain/notes/create.ain --vars ID=1
|
|
|
|
[Host]
|
|
/tunes/${ID}/notes
|
|
|
|
[Method]
|
|
POST
|
|
|
|
[Body]
|
|
{
|
|
"note": "tricky B part — watch the timing"
|
|
}
|