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

31 lines
450 B
YAML

info:
name: Update
type: http
seq: 3
http:
method: PATCH
url: "{{BASE_URL}}/api/player/{{PlayerID}}"
body:
type: json
data: |-
{
"name": "{{Name}}",
"isRatingLocked": false,
"canBeMultiple": false
}
auth: inherit
runtime:
variables:
- name: Name
value: Foo
- name: PlayerID
value: ""
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5