ApfelNetzwerk/ApfelBruno/Node/Create node.bru

21 lines
285 B
Plaintext
Raw 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 {
{
"name":"some mac address",
"coord_la":1.123123,
"coord_lo":5.3123123,
"group":"efbd70a9-dc89-4c8d-9e6c-e7607c823df3"
}
}