Initial Commit
slip slop
This commit is contained in:
commit
064e672ab7
61 changed files with 3504 additions and 0 deletions
19
ain/instruments/upsert-banjo.ain
Normal file
19
ain/instruments/upsert-banjo.ain
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Create or fully replace a banjo entry for a tune
|
||||
# ain ain/base.ain ain/instruments/upsert-banjo.ain --vars ID=1
|
||||
|
||||
[Host]
|
||||
/tunes/${ID}/banjo
|
||||
|
||||
[Method]
|
||||
PUT
|
||||
|
||||
[Body]
|
||||
{
|
||||
"tuning": "double C",
|
||||
"learned_from": "Earl Scruggs",
|
||||
"date_learned": "2024-03-01",
|
||||
"callable": true,
|
||||
"review": false,
|
||||
"to_learn": false,
|
||||
"difficulty": null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue