v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
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

score1integer required

Score for the node's first entrant.

score2integer required

Score for the node's second entrant.

Response

The result was applied and the bracket advanced.

successtrue required

Always true; failures are error responses.

timestampstring required

Response generation time (ISO 8601).