v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
Tournament: Bracket & Results

Revert a bracket node result

Reverts an applied result on a COMPLETED or WALKOVER node and rolls the bracket back to it, cancelling the unplayed downstream matches the result created. The cascade policy is SHALLOW: answers 409 error_revert_blocked_downstream if any node the result fed has already been played, so revert a chain from its tip inwards. Answers 400 error_invalid_input when the tournament is not IN_PROGRESS, when the node has no applied result, or when a later swiss round has already been paired. regenerateMatch defaults to true. Requires the tournaments bracket capability and ADMIN authority - a tournament MODERATOR answers 403.

post/tournaments/{identifier}/nodes/{nodeId}/revert-result

Path parameters

identifierstring required

Tournament slug.

Tournament slug.

nodeIdstring required

Bracket node ID.

Bracket node ID.

Request body

regenerateMatchboolean

Whether to generate a fresh match for the reverted node. Defaults to true when omitted.

Response

The result was reverted.

successtrue required

Always true; failures are error responses.

timestampstring required

Response generation time (ISO 8601).