add opnsense-api requests to bruno

This commit is contained in:
2024-12-19 19:17:38 -08:00
parent d526839bfa
commit 589c3f2890
12 changed files with 176 additions and 6 deletions

View File

@@ -0,0 +1,28 @@
meta {
name: Search Server
type: http
seq: 4
}
post {
url: {{base}}/api/wireguard/server/searchServer
body: json
auth: inherit
}
headers {
Content-Type: application/json
}
body:json {
{
"current": 1,
"rowCount": 7,
"sort": {},
"searchPhrase": "{{searchPhrase}}"
}
}
vars:pre-request {
searchPhrase:
}