Skip to main content
PUT
Update tournament
Update tournament configuration before it starts. You can modify the name, start time, player limits, and game settings. Once a tournament is in progress, it cannot be modified.

Authorizations

Authorization
string
header
required

Operator API key with role-based permissions (tournaments.read, players.write, etc.)

Path Parameters

tournamentId
string
required

Unique tournament identifier

Example:

"12345"

Body

application/json
name
string
scheduled_start
string<date-time>
max_players
integer
min_players
integer

Response

Tournament updated

tournament
object