[leaderboard] update openapi

This commit is contained in:
Devin Zuczek
2026-08-21 15:45:32 -04:00
parent dcaff859d0
commit 6fd8d6074c
6 changed files with 259 additions and 13 deletions
+1
View File
@@ -31,6 +31,7 @@ export const DOCUMENTED_SERVICES: ReadonlyArray<{ slug: string; title: string }>
{ slug: 'playersettings', title: 'playersettings — per-player settings' },
{ slug: 'roomcomments', title: 'roomcomments — notes pinned in a room' },
{ slug: 'discovery', title: 'discovery — discovery page layouts' },
{ slug: 'leaderboard', title: 'leaderboard — room score boards' },
{ slug: 'ai', title: 'ai — game AI access' },
{ slug: 'api', title: 'api — everything else' },
]