Chuyển tới nội dung chính
Phiên bản: 2.0.0

Matches API

Get Match

GET /v1/matches/:id

Update Score

POST /v1/matches/:id/score
Content-Type: application/json

{
"player1_score": 5,
"player2_score": 3
}

Get Match History

GET /v1/users/:id/matches?limit=20