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
Signed by: Jef Roosens
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:
}