Skip to content

Commit d358924

Browse files
committed
feat(docs): implement swagger ui endpoint for internal api
1 parent f9a3606 commit d358924

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/server/src/assets/api-openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
openapi: 3.1.0
22
info:
33
title: Trilium Notes Internal API
4-
version: 0.94.0
4+
version: 0.98.0
55
description: |
66
This is the internal API used by the Trilium Notes client application.
77
88
**Important:** This API is primarily intended for internal use by the Trilium client.
9-
For external integrations, please use the [ETAPI (External Trilium API)](https://triliumnext.github.io/Docs/Wiki/etapi.html) instead.
9+
For external integrations, please use the [ETAPI (External Trilium API)](https://github.com/TriliumNext/Trilium/blob/main/docs/User%20Guide/User%20Guide/Advanced%20Usage/ETAPI%20(REST%20API).md#etapi-rest-api) instead.
1010
1111
## Authentication
1212
@@ -25,7 +25,7 @@ info:
2525
2626
contact:
2727
name: TriliumNext Issue Tracker
28-
url: https://github.com/TriliumNext/Notes/issues
28+
url: https://github.com/TriliumNext/Trilium/issues
2929
license:
3030
name: GNU Affero General Public License v3.0
3131
url: https://www.gnu.org/licenses/agpl-3.0.html
@@ -4109,4 +4109,4 @@ components:
41094109
type: string
41104110
format: date-time
41114111
isDeleted:
4112-
type: boolean
4112+
type: boolean

0 commit comments

Comments
 (0)