docs: add OpenAPI descriptions and response schemas for all routes

This commit is contained in:
2026-05-16 16:03:52 +08:00
parent c22c1842d0
commit 6737761151
5 changed files with 63 additions and 0 deletions
+1
View File
@@ -184,5 +184,6 @@ export const gamesPerformanceRoutes = new Elysia({
},
{
params: t.Object({ gameId: t.String() }),
detail: { description: "Returns all non-removed performance presets for a game with user, hardware, platform support, and screenshot data. Ordered by pinned then upvotes." },
},
)