26 lines
329 B
Plaintext
26 lines
329 B
Plaintext
meta {
|
|
name: Upload subscriptions for device
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
put {
|
|
url: http://localhost:8080/subscriptions/:user/:device_id
|
|
body: json
|
|
auth: basic
|
|
}
|
|
|
|
params:path {
|
|
device_id: device_one.json
|
|
user: test
|
|
}
|
|
|
|
auth:basic {
|
|
username: test
|
|
password: test
|
|
}
|
|
|
|
body:json {
|
|
["https://example2.com", "testing"]
|
|
}
|