mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
feat(docs): implement swagger ui endpoint for internal api
This commit is contained in:
parent
f9a3606ca2
commit
d358924324
@ -1,12 +1,12 @@
|
||||
openapi: 3.1.0
|
||||
info:
|
||||
title: Trilium Notes Internal API
|
||||
version: 0.94.0
|
||||
version: 0.98.0
|
||||
description: |
|
||||
This is the internal API used by the Trilium Notes client application.
|
||||
|
||||
**Important:** This API is primarily intended for internal use by the Trilium client.
|
||||
For external integrations, please use the [ETAPI (External Trilium API)](https://triliumnext.github.io/Docs/Wiki/etapi.html) instead.
|
||||
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.
|
||||
|
||||
## Authentication
|
||||
|
||||
@ -25,7 +25,7 @@ info:
|
||||
|
||||
contact:
|
||||
name: TriliumNext Issue Tracker
|
||||
url: https://github.com/TriliumNext/Notes/issues
|
||||
url: https://github.com/TriliumNext/Trilium/issues
|
||||
license:
|
||||
name: GNU Affero General Public License v3.0
|
||||
url: https://www.gnu.org/licenses/agpl-3.0.html
|
||||
@ -4109,4 +4109,4 @@ components:
|
||||
type: string
|
||||
format: date-time
|
||||
isDeleted:
|
||||
type: boolean
|
||||
type: boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user