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