Files
bgApp/API Tests/BGApp/Game/Update.yml

29 lines
392 B
YAML

info:
name: Update
type: http
seq: 3
http:
method: PATCH
url: "{{BASE_URL}}/{{SECTOR}}/{{GameID}}"
body:
type: json
data: |-
{
"name":"{{Name}}"
}
auth: inherit
runtime:
variables:
- name: GameID
value: DM5GMY
- name: Name
value: Update test
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5