Tournaments (Arena)
Update a team battle
Set the teams and number of leaders of a team battle. To update the other attributes of a team battle, use the tournament update endpoint.
post/api/tournament/team-battle/{id}
Path parameters
idstring required
The tournament ID
Response
The team battle tournament was successfully updated.
Example response
{
"maxRating": {
"rating": 1700
},
"minRating": {
"rating": 1700
}
}