From 7ef4d17d7e3fdace97b24a2455696e94a2ec612c Mon Sep 17 00:00:00 2001 From: "grounds-openapi-publisher[bot]" <309496835+grounds-openapi-publisher[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:50:04 +0000 Subject: [PATCH] docs: update service-leaderboard api snapshot --- public/specs/service-leaderboard/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/specs/service-leaderboard/openapi.json b/public/specs/service-leaderboard/openapi.json index a0df268..651cbe0 100644 --- a/public/specs/service-leaderboard/openapi.json +++ b/public/specs/service-leaderboard/openapi.json @@ -198,7 +198,7 @@ "info" : { "description" : "Persistent player rankings. A board is a (boardId, seasonId) pair: the board id is stable per gamemode (`bedwars.solos`), the season rolls over on ops's schedule and the scores from the closed season are archived rather than deleted.\n\nScores are submitted by whoever owns the result — service-match after a rated match, not the gamemode — and read by anything that renders a board. A submission says how it combines with what is stored: overwrite, add, or keep the better of the two.\n\nA retried submission is the hazard this API is shaped around: a double-counted score is visible to players and stays wrong for a season. Send an idempotency key and a retry costs nothing.", "title" : "Leaderboard API", - "version" : "v1.3.0" + "version" : "v2.0.0" }, "tags" : [ { "name" : "Leaderboards",