ApfelNetzwerk/ApfelBruno/Node/Create node.bru
2024-10-08 17:37:42 +02:00

21 lines
285 B
Plaintext

meta {
name: Create node
type: http
seq: 2
}
post {
url: http://localhost:8080/api/v1/nodes
body: json
auth: none
}
body:json {
{
"name":"some mac address",
"coord_la":1.123123,
"coord_lo":5.3123123,
"group":"efbd70a9-dc89-4c8d-9e6c-e7607c823df3"
}
}