Finished implementing match endpoints

This commit is contained in:
jd
2026-02-22 12:02:05 +00:00
parent 0fa00e6759
commit 872a79663b
7 changed files with 94 additions and 31 deletions

View File

@@ -5,13 +5,13 @@ info:
http:
method: DELETE
url: "{{BASE_URL}}/{{SECTOR}}/{{UserID}}"
url: "{{BASE_URL}}/{{SECTOR}}/{{MatchID}}"
auth: inherit
runtime:
variables:
- name: UserID
value: ""
- name: MatchID
value: 846M1L
settings:
encodeUrl: true

View File

@@ -11,7 +11,7 @@ http:
runtime:
variables:
- name: MatchID
value: 9YQ84M
value: 848O12
settings:
encodeUrl: true

View File

@@ -0,0 +1,23 @@
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