Report Score

Report Match Score

post

Report the score for the match with the specified matchId.

Path parameters
matchIdstringRequired
Body
winnerTeamIdstringOptionalExample: 92ea871e-7084-4087-b58a-391763b41ffe
Responses
200
Report Match Score
text/plain
post
POST /api/v1/partner/pvp/matches/{matchId}/report HTTP/1.1
Host: dubbz.com
Content-Type: application/json
Accept: */*
Content-Length: 181

{
  "teams": [
    {
      "id": "92ea871e-7084-4087-b58a-391763b41ffe",
      "score": 100
    },
    {
      "id": "01551edd-744b-43c2-8f57-8afeb18b5c5b",
      "score": 150
    }
  ],
  "winnerTeamId": "92ea871e-7084-4087-b58a-391763b41ffe"
}
200

Report Match Score

No content

Last updated