Initial Commit
slip slop
This commit is contained in:
commit
064e672ab7
61 changed files with 3504 additions and 0 deletions
14
ain/references/update.ain
Normal file
14
ain/references/update.ain
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Update a reference (link and/or site)
|
||||
# ain ain/base.ain ain/references/update.ain --vars ID=1 REF_ID=2
|
||||
|
||||
[Host]
|
||||
/tunes/${ID}/references/${REF_ID}
|
||||
|
||||
[Method]
|
||||
PATCH
|
||||
|
||||
[Body]
|
||||
{
|
||||
"site": "TuneArch",
|
||||
"link": "https://tunearchy.com/example"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue