add perm-delete bruno doc
This commit is contained in:
23
.bruno/Plan Endpoints/perm delete plan.bru
Normal file
23
.bruno/Plan Endpoints/perm delete plan.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: perm delete plan
|
||||
type: http
|
||||
seq: 10
|
||||
}
|
||||
|
||||
delete {
|
||||
url: http://localhost:14014/api/perm-delete/[planId]
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "test",
|
||||
"pin": "1234"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user