v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
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.

idstring required
fullNamestring required
ratedboolean
berserkableboolean
onlyTitledboolean
minutesinteger
createdBystring
systemstring
secondsToStartinteger
secondsToFinishinteger
isFinishedboolean
isRecentlyFinishedboolean
pairingsClosedboolean
startsAtstring int64
nbPlayersinteger required
allowListstring[]

List of usernames allowed to join the tournament

hasMaxRatingboolean
botsAllowedboolean
minAccountAgeInDaysinteger
descriptionstring
variantstring
myUsernamestring

Example response

{
  "maxRating": {
    "rating": 1700
  },
  "minRating": {
    "rating": 1700
  }
}