ApfelNetzwerk/ApfelBruno/Node/Create node.bru

23 lines
319 B
Plaintext
Raw Permalink Normal View History

2024-10-08 16:00:41 +02:00
meta {
2024-10-08 16:50:22 +02:00
name: Create node
2024-10-08 16:00:41 +02:00
type: http
2024-10-08 16:50:22 +02:00
seq: 2
2024-10-08 16:00:41 +02:00
}
2024-10-08 16:50:22 +02:00
post {
2024-10-08 16:00:41 +02:00
url: http://localhost:8080/api/v1/nodes
2024-10-08 16:50:22 +02:00
body: json
2024-10-08 16:00:41 +02:00
auth: none
}
2024-10-08 17:37:42 +02:00
body:json {
{
2024-10-13 18:44:37 +02:00
"id":"04-7c-16-06-b3-53",
2024-10-14 00:08:02 +02:00
"coord_la":1,
"coord_lo":2,
"battery_minimum":3,
"battery_maximum":4,
"group":"54eccfb5-1d5a-4cad-a1a2-468eca68ffd6"
2024-10-08 17:37:42 +02:00
}
}