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