Initial Commit
slip slop
This commit is contained in:
commit
064e672ab7
61 changed files with 3504 additions and 0 deletions
13
ain/notes/update.ain
Normal file
13
ain/notes/update.ain
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Update a note
|
||||
# ain ain/base.ain ain/notes/update.ain --vars ID=1 NOTE_ID=2
|
||||
|
||||
[Host]
|
||||
/tunes/${ID}/notes/${NOTE_ID}
|
||||
|
||||
[Method]
|
||||
PATCH
|
||||
|
||||
[Body]
|
||||
{
|
||||
"note": "updated note text"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue