feat: implement advanced subscription changes POST request
This commit is contained in:
parent
6d439783b5
commit
c50e24089e
6 changed files with 186 additions and 4 deletions
|
|
@ -0,0 +1,16 @@
|
|||
meta {
|
||||
name: Upload subscription changes for device
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:8080/api/2/subscriptions/:username/:device_id
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:path {
|
||||
username:
|
||||
device_id:
|
||||
}
|
||||
|
|
@ -21,5 +21,5 @@ auth:basic {
|
|||
}
|
||||
|
||||
body:json {
|
||||
["https://example1.com", "https://example2.com"]
|
||||
["https://example2.com", "testing"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue