Files
bgApp/API Tests/BGApp/Game/Search.yml
2026-02-21 00:34:50 +00:00

20 lines
279 B
YAML

info:
name: Search
type: http
seq: 5
http:
method: GET
url: http://localhost:3000/api/game/search/:query
params:
- name: query
value: game
type: path
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5