Skip to main content
POST
Start tournament

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

tournament_id
string
required

Locked tournament to start.

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

Response

Successful Response

tournament
TournamentPublic · object
required

Tournament after the start request is accepted.

workflow_id
string
required

Execution workflow ID.

round
NextRound · object | null

Current wave when start is retried after execution already began.