diff --git a/apps/server/etapi.openapi.yaml b/apps/server/etapi.openapi.yaml index ac2f01f55..12567c410 100644 --- a/apps/server/etapi.openapi.yaml +++ b/apps/server/etapi.openapi.yaml @@ -4,12 +4,12 @@ info: title: ETAPI description: External Trilium API contact: - name: zadam - email: zadam.apps@gmail.com - url: https://github.com/zadam/trilium + name: Trilium Notes Team + email: contact@eliandoran.me + url: https://triliumnotes.org license: - name: Apache 2.0 - url: https://www.apache.org/licenses/LICENSE-2.0.html + name: GNU Affero General Public License v3.0 only + url: https://www.gnu.org/licenses/agpl-3.0.en.html servers: - url: http://localhost:37740/etapi - url: http://localhost:8080/etapi diff --git a/apps/server/internal.openapi.yaml b/apps/server/internal.openapi.yaml index 8ca257b39..73cff4b62 100644 --- a/apps/server/internal.openapi.yaml +++ b/apps/server/internal.openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: - title: Trilium Notes Internal API - version: 0.98.0 + title: Internal Trilium API + version: 0.99.3 description: | This is the internal API used by the Trilium Notes client application. @@ -24,11 +24,12 @@ info: State-changing operations require CSRF tokens when using session authentication. contact: - name: TriliumNext Issue Tracker - url: https://github.com/TriliumNext/Trilium/issues + name: Trilium Notes Team + email: contact@eliandoran.me + url: https://triliumnotes.org license: - name: GNU Affero General Public License v3.0 - url: https://www.gnu.org/licenses/agpl-3.0.html + name: GNU Affero General Public License v3.0 only + url: https://www.gnu.org/licenses/agpl-3.0.en.html servers: - url: http://localhost:8080