Files
b2b/bruno/api_v1/Create Search Index.yml
2026-04-03 09:22:58 +02:00

21 lines
297 B
YAML

info:
name: Create Search Index
type: http
seq: 1
http:
method: GET
url: "{{bas_url}}/restricted/search/create-index"
body:
type: json
data: ""
auth:
type: bearer
token: "{{token}}"
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5