Files
bgApp/API Tests/BGApp/Game/Get.yml
2026-02-21 17:56:28 +00:00

21 lines
261 B
YAML

info:
name: Get
type: http
seq: 2
http:
method: GET
url: "{{BASE_URL}}/api/game/{{GameID}}"
auth: inherit
runtime:
variables:
- name: GameID
value: ""
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5