Files
bgApp/API Tests/BGApp/Collections/Add game.yml

29 lines
403 B
YAML

info:
name: Add game
type: http
seq: 6
http:
method: POST
url: "{{BASE_URL}}/{{SECTOR}}/{{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