Skip to content

PUT/tournaments/:id/matches/:matchId/live-result

Also known as: games, results

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]]]
}