24 lines
314 B
YAML
24 lines
314 B
YAML
info:
|
|
name: Leave
|
|
type: http
|
|
seq: 4
|
|
|
|
http:
|
|
method: POST
|
|
url: "{{BASE_URL}}/{{SECTOR}}/{{MatchID}}/leave"
|
|
body:
|
|
type: json
|
|
data: ""
|
|
auth: inherit
|
|
|
|
runtime:
|
|
variables:
|
|
- name: MatchID
|
|
value: 848O12
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|