move bruno collections in own folder

This commit is contained in:
2026-07-22 12:04:55 +02:00
parent ca9ba75c21
commit 044c54ab7b
313 changed files with 0 additions and 0 deletions
@@ -0,0 +1,71 @@
info:
name: Retrieve a record from publish
type: http
seq: 1
http:
method: GET
url: "{{baseUrl}}/reportspooljsoncount?pfun=string&pdata=string&pdataa=string&pdatada=string"
headers:
- name: Accept
value: application/json
params:
- name: pfun
value: string
type: query
description: Implicit parameter
- name: pdata
value: string
type: query
description: Implicit parameter
- name: pdataa
value: string
type: query
description: Implicit parameter
- name: pdatada
value: string
type: query
description: Implicit parameter
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
examples:
- name: The queried record.
request:
url: "{{baseUrl}}/reportspooljsoncount?pfun=string&pdata=string&pdataa=string&pdatada=string"
method: GET
headers:
- name: Accept
value: application/json
params:
- name: pfun
value: string
type: query
description: Implicit parameter
- name: pdata
value: string
type: query
description: Implicit parameter
- name: pdataa
value: string
type: query
description: Implicit parameter
- name: pdatada
value: string
type: query
description: Implicit parameter
response:
statusText: "200"
headers:
- name: Content-Type
value: application/json
body:
type: json
data: "{}"
docs: Retrieve a record from publish
@@ -0,0 +1,7 @@
info:
name: reportspooljsoncount
type: folder
seq: 3
request:
auth: inherit