Skip to content

Commit 966e5a2

Browse files
committed
chore(build-docs): update meta
1 parent 4f5be54 commit 966e5a2

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

apps/server/etapi.openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ info:
44
title: ETAPI
55
description: External Trilium API
66
contact:
7-
name: zadam
8-
9-
url: https://github.com/zadam/trilium
7+
name: Trilium Notes Team
8+
9+
url: https://triliumnotes.org
1010
license:
11-
name: Apache 2.0
12-
url: https://www.apache.org/licenses/LICENSE-2.0.html
11+
name: GNU Affero General Public License v3.0 only
12+
url: https://www.gnu.org/licenses/agpl-3.0.en.html
1313
servers:
1414
- url: http://localhost:37740/etapi
1515
- url: http://localhost:8080/etapi

apps/server/internal.openapi.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
3-
title: Trilium Notes Internal API
4-
version: 0.98.0
3+
title: Internal Trilium API
4+
version: 0.99.3
55
description: |
66
This is the internal API used by the Trilium Notes client application.
77
@@ -24,11 +24,12 @@ info:
2424
State-changing operations require CSRF tokens when using session authentication.
2525
2626
contact:
27-
name: TriliumNext Issue Tracker
28-
url: https://github.com/TriliumNext/Trilium/issues
27+
name: Trilium Notes Team
28+
29+
url: https://triliumnotes.org
2930
license:
30-
name: GNU Affero General Public License v3.0
31-
url: https://www.gnu.org/licenses/agpl-3.0.html
31+
name: GNU Affero General Public License v3.0 only
32+
url: https://www.gnu.org/licenses/agpl-3.0.en.html
3233

3334
servers:
3435
- url: http://localhost:8080

0 commit comments

Comments
 (0)