19 lines
340 B
Text
19 lines
340 B
Text
# Create or fully replace a fiddle entry for a tune
|
|
# ain ain/base.ain ain/instruments/upsert-fiddle.ain --vars ID=1
|
|
|
|
[Host]
|
|
/tunes/${ID}/fiddle
|
|
|
|
[Method]
|
|
PUT
|
|
|
|
[Body]
|
|
{
|
|
"tuning": "cross",
|
|
"learned_from": "Alison Krauss",
|
|
"date_learned": "2024-06-15",
|
|
"callable": false,
|
|
"review": true,
|
|
"to_learn": false,
|
|
"difficulty": null
|
|
}
|