[openapi] define missing routes

This commit is contained in:
Devin Zuczek
2026-08-25 12:41:31 -04:00
parent 3b5e47c39d
commit 6a9a1a95b5
9 changed files with 650 additions and 111 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ const app = new Hono<App>()
.get(
'/sections/bulk',
describeRoute({
tags: ['Discovery'],
tags: ['Discovery', '2025'],
summary: 'Look up sections by id',
description: [
'The sections named by the repeated `?id=` query, drawn from the catalogue in',
@@ -106,7 +106,7 @@ const app = new Hono<App>()
.get(
'/sections/pagesource/:type',
describeRoute({
tags: ['Discovery'],
tags: ['Discovery', '2025'],
summary: 'Section layout for a page source',
description: [
'The sections of one discovery page, in the order the client draws them. `{type}` IS',