Tournament: Bracket & Results
Override a bracket node result
Applies an organizer-decided result to a bracket node and advances the bracket. Requires the tournaments bracket capability and ADMIN authority on the tournament - a tournament MODERATOR answers 403. The result must be decisive: the scores may not be equal, and one side must reach the node's winsNeeded (ceil(bestOf / 2)); a winning score above winsNeeded is accepted. Answers 400 error_invalid_input when the node is not READY or IN_PROGRESS, when either entrant is missing or disqualified, when the linked match has already started, or when the scores are not a decisive pair of non-negative integers.
post/tournaments/{identifier}/nodes/{nodeId}/override-result
Path parameters
identifierstring required
Tournament slug.
Tournament slug.
nodeIdstring required
Bracket node ID.
Bracket node ID.
Request body
Response
The result was applied and the bracket advanced.