36 lines
591 B
YAML
36 lines
591 B
YAML
info:
|
|
name: Create
|
|
type: http
|
|
seq: 1
|
|
|
|
http:
|
|
method: POST
|
|
url: "{{BASE_URL}}/{{SECTOR}}"
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"gameId": "RM089N",
|
|
"participants": [
|
|
{"playerId": "Q3M1PR", "standing": 0},
|
|
{"playerId": "539DPX", "standing": 1},
|
|
{"playerId": "JZ7939", "standing": 2}
|
|
]
|
|
}
|
|
auth: inherit
|
|
|
|
runtime:
|
|
variables:
|
|
- name: Email
|
|
value: ""
|
|
- name: Password
|
|
value: ""
|
|
- name: PlayerID
|
|
value: ""
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|