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

16 lines
174 B
Plaintext

meta {
name: Create node group
type: http
seq: 3
}
post {
url: http://localhost:8080/api/v1/groups
body: json
auth: none
}
body:json {
{"name":"testgroup"}
}