diff options
| author | Mohamed Bassem <me@mbassem.com> | 2024-12-27 21:54:31 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2024-12-27 21:54:31 +0000 |
| commit | 7b6f87668bf80026730e65d08c976c8a39b5092c (patch) | |
| tree | 60dcfe931b5090cf0f26afb2bf3bd8faf8fc1747 /packages/open-api/index.ts | |
| parent | 3f56389f55ef116f8cea17c15c684798fb942290 (diff) | |
| download | karakeep-7b6f87668bf80026730e65d08c976c8a39b5092c.tar.zst | |
docs: Fix missing docs for highlights APIs
Diffstat (limited to 'packages/open-api/index.ts')
| -rw-r--r-- | packages/open-api/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/open-api/index.ts b/packages/open-api/index.ts index 97aa259f..75850e5a 100644 --- a/packages/open-api/index.ts +++ b/packages/open-api/index.ts @@ -6,6 +6,7 @@ import { import { registry as bookmarksRegistry } from "./lib/bookmarks"; import { registry as commonRegistry } from "./lib/common"; +import { registry as highlightsRegistry } from "./lib/highlights"; import { registry as listsRegistry } from "./lib/lists"; import { registry as tagsRegistry } from "./lib/tags"; @@ -15,6 +16,7 @@ function getOpenApiDocumentation() { bookmarksRegistry, listsRegistry, tagsRegistry, + highlightsRegistry, ]); const generator = new OpenApiGeneratorV3(registry.definitions); |
