Initial Commit
slip slop
This commit is contained in:
commit
064e672ab7
61 changed files with 3504 additions and 0 deletions
19
ain/instruments/upsert-fiddle.ain
Normal file
19
ain/instruments/upsert-fiddle.ain
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue