PUT/tournaments/:id/matches/:matchId/live-result
Auch genannt: Spiele, Partien, Begegnungen
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
This endpoint lets you update the live score of a match in a tournament. It works like PUT /result, but it does not end the match. Use the PUT /live-result endpoint to send in-progress scores. When the match is over, send the final score with PUT /result.
See PUT /result
Parameters
Section titled “Parameters”| Parameter | In | Example |
|---|---|---|
id |
path | tio:4AHchFkVAecs2 |
matchId |
path | tio:hHXxHHqBfkyUh |
Request body
Section titled “Request body”{ "result": [[[0, 0]]]}