docs: add OpenAPI descriptions and response schemas for all routes
This commit is contained in:
@@ -368,5 +368,6 @@ export const gameStatsRoutes = new Elysia({ prefix: "/games", detail: { tags: ["
|
||||
},
|
||||
{
|
||||
params: t.Object({ gameId: t.String() }),
|
||||
detail: { description: "Aggregated performance statistics for a game — boxplot, historical, upscaler stats, FPS ranges, device breakdown, and battery life estimates." },
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user