Skip to main content
POST
Advance Tournament Route

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

tournament_id
string
required
Pattern: ^tour_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Body

application/json
results
MatchResult · object[]
required

Response

Successful Response

Exactly one of round (next wave to play) or complete is set.

tournament
TournamentPublic · object
required

Full tournament document served by the detail/lifecycle endpoints.

round
NextRound · object | null
complete
TournamentComplete · object | null