Added cancel Endpoint to WIP.

This commit is contained in:
ZKWolf
2023-07-07 17:15:27 +02:00
parent 0e169a3367
commit 9365e43380

View File

@@ -24,4 +24,10 @@ Response: {"matchId":"5651681e-72ce-46f0-bda6-752e583v0d08","schema":3,
"props":{"EncryptionKey":"NotNeededNotNeededNotNeeded","countA":1,"countB":4,"gameMode":"None",
"platform":"Windows","isDedicated":false},"reason":"","sideA":["AAAAA-AAAAAA-AAAAAAAA-AAAAAAAA"],
"sideB":["AAAAA-AAAAAA-AAAAAAAA-AAAAAAAA"]}
Comment: User now joins lobby with this data.
Comment: User now joins lobby with this data.
Endpoint: POST /api/v1/queue/cancel
Response: {"status":"NONE","leaderId":"","latencies":[{"regionName":"us-east-1","latency":107.9739}],
"userProps":{"platform":"Windows"},"category":"","region":"","timeToMatch":"1688742797345","matchId":"",
"entryTime":"","side":"","skill":null,"userId":"AAAAA-AAAAAA-AAAAAAAA-AAAAAAAA","followers":[]}
Comment: Remove User from queue.