Skip to main content
POST
Advance tournament

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

tournament_id
string
required

Running tournament to advance.

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

Completed match winners for the current tournament wave.

Response

Successful Response

Next tournament wave or completion result.

tournament
TournamentPublic · object
required

Tournament after applying the submitted match results.

round
NextRound · object | null

Next wave to play when the tournament continues.

complete
TournamentComplete · object | null

Completion result when the submitted wave ends the tournament.