Zum Inhalt springen

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

Parameter In Example
id path tio:4AHchFkVAecs2
matchId path tio:hHXxHHqBfkyUh
{
"result": [[[0, 0]]]
}