Initial Commit
slip slop
This commit is contained in:
commit
064e672ab7
61 changed files with 3504 additions and 0 deletions
15
ain/tunes/update.ain
Normal file
15
ain/tunes/update.ain
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Update core tune fields (name, key, version)
|
||||
# ain ain/base.ain ain/tunes/update.ain --vars ID=1
|
||||
|
||||
[Host]
|
||||
/tunes/${ID}
|
||||
|
||||
[Method]
|
||||
PATCH
|
||||
|
||||
[Body]
|
||||
{
|
||||
"name": "Cluck Old Hen",
|
||||
"key": "D",
|
||||
"version": "A part only"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue