26 lines
334 B
Plaintext
26 lines
334 B
Plaintext
|
meta {
|
||
|
name: update node
|
||
|
type: http
|
||
|
seq: 4
|
||
|
}
|
||
|
|
||
|
put {
|
||
|
url: http://localhost:8080/api/v1/nodes/:id
|
||
|
body: json
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
params:path {
|
||
|
id: 04-7c-16-06-b3-53
|
||
|
}
|
||
|
|
||
|
body:json {
|
||
|
{
|
||
|
"coord_la":1,
|
||
|
"coord_lo":2,
|
||
|
"battery_minimum":99,
|
||
|
"battery_maximum":9,
|
||
|
"group":"32e0f9af-867b-4888-8261-cb99dfff5675"
|
||
|
}
|
||
|
}
|