20 lines
259 B
Text
20 lines
259 B
Text
meta {
|
|
name: Update device data
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:8080/api/2/devices/:user/:device_id
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
user: test
|
|
device_id: test_device.json
|
|
}
|
|
|
|
body:json {
|
|
{"caption": "ello bruv"}
|
|
}
|