Fix version number in API docs

TODO: get this automatically?
This commit is contained in:
Arne Keller 2025-04-13 19:40:33 +02:00 committed by FliegendeWurst
parent c8d5d69193
commit 9b188503db

View File

@ -16,7 +16,7 @@ const options = {
openapi: "3.1.1", openapi: "3.1.1",
info: { info: {
title: "Trilium Notes - Sync server API", title: "Trilium Notes - Sync server API",
version: "0.96.6", version: "0.93.0",
description: description:
"This is the internal sync server API used by Trilium Notes / TriliumNext Notes.\n\n_If you're looking for the officially supported External Trilium API, see [here](https://triliumnext.github.io/Docs/Wiki/etapi.html)._\n\nThis page does not yet list all routes. For a full list, see the [route controller](https://github.com/TriliumNext/Notes/blob/v0.91.6/src/routes/routes.ts).", "This is the internal sync server API used by Trilium Notes / TriliumNext Notes.\n\n_If you're looking for the officially supported External Trilium API, see [here](https://triliumnext.github.io/Docs/Wiki/etapi.html)._\n\nThis page does not yet list all routes. For a full list, see the [route controller](https://github.com/TriliumNext/Notes/blob/v0.91.6/src/routes/routes.ts).",
contact: { contact: {