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
Response
The result was reverted.