feat: implement advanced subscription changes POST request

This commit is contained in:
Jef Roosens 2025-02-25 11:01:00 +01:00
parent 6d439783b5
commit c50e24089e
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
6 changed files with 186 additions and 4 deletions

View file

@ -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:
}

View file

@ -21,5 +21,5 @@ auth:basic {
}
body:json {
["https://example1.com", "https://example2.com"]
["https://example2.com", "testing"]
}