added bruno delete node
This commit is contained in:
parent
db902f5549
commit
3a3d78e110
15
ApfelBruno/Node/delete node.bru
Normal file
15
ApfelBruno/Node/delete node.bru
Normal file
|
@ -0,0 +1,15 @@
|
|||
meta {
|
||||
name: delete node
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
delete {
|
||||
url: http://localhost:8080/api/v1/nodes/:id
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
}
|
Loading…
Reference in a new issue