You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/server/src/assets/api-openapi.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
openapi: 3.1.0
2
2
info:
3
3
title: Trilium Notes Internal API
4
-
version: 0.94.0
4
+
version: 0.98.0
5
5
description: |
6
6
This is the internal API used by the Trilium Notes client application.
7
7
8
8
**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.
0 commit comments