From fe6bd5d5f0aafa0528dceea880a670cd61826b8a Mon Sep 17 00:00:00 2001 From: n4n5 Date: Thu, 8 Jan 2026 09:58:18 -0700 Subject: [PATCH 1/2] Update v1.0.yaml --- api/openapi-spec/v1.0.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/api/openapi-spec/v1.0.yaml b/api/openapi-spec/v1.0.yaml index 51c3799..39b6740 100644 --- a/api/openapi-spec/v1.0.yaml +++ b/api/openapi-spec/v1.0.yaml @@ -1,14 +1,23 @@ openapi: 3.0.1 info: title: Libre Graph API - description: Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. + description: Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. The code of the swagger is available at version: v1.0.8 license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html servers: - - url: https://localhost:9200/graph - description: OpenCloud Development Setup + - url: https://{domain}:{port}/{basePath} + description: The domain of the open cloud instance to test + variables: + domain: + default: localhost + description: Change stis value to the domain of your OpenCloud instance + port: + description: The port of your open cloud instance + default: '443' + basePath: + default: graph paths: '/v1.0/me': patch: From de0d90bb01d337d3b463df7f654f246910193694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 22 Apr 2026 12:47:43 +0200 Subject: [PATCH 2/2] fix some typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörn Friedrich Dreyer --- api/openapi-spec/v1.0.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/openapi-spec/v1.0.yaml b/api/openapi-spec/v1.0.yaml index 39b6740..a67bae9 100644 --- a/api/openapi-spec/v1.0.yaml +++ b/api/openapi-spec/v1.0.yaml @@ -8,13 +8,13 @@ info: url: https://www.apache.org/licenses/LICENSE-2.0.html servers: - url: https://{domain}:{port}/{basePath} - description: The domain of the open cloud instance to test + description: The domain of the OpenCloud instance to test variables: domain: default: localhost - description: Change stis value to the domain of your OpenCloud instance + description: Change this value to the domain of your OpenCloud instance port: - description: The port of your open cloud instance + description: The port of your OpenCloud instance default: '443' basePath: default: graph