ApfelNetzwerk/ApfelBruno/Group/Create node group.bru

16 lines
174 B
Plaintext

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