Files
bgApp/API Tests/BGApp/Collections/Add game.yml
2026-02-21 17:56:28 +00:00

29 lines
407 B
YAML

info:
name: Add game
type: http
seq: 6
http:
method: POST
url: "{{BASE_URL}}/api/collection/{{CollectionID}}/add"
body:
type: json
data: |-
{
"gameId": "{{GameID}}"
}
auth: inherit
runtime:
variables:
- name: CollectionID
value: ""
- name: GameID
value: ""
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5