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

20 lines
265 B
YAML

info:
name: Get
type: http
seq: 2
http:
method: GET
url: http://localhost:3000/api/player/:id
params:
- name: id
value: ejRe
type: path
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5