repertory-api/ain/instruments/upsert-fiddle.ain
2026-06-09 15:07:08 -04:00

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
}