We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 470a1fd + 141ba73 commit fc61023Copy full SHA for fc61023
1 file changed
api/openapi-spec/v1.0.yaml
@@ -2,15 +2,13 @@ openapi: 3.0.1
2
info:
3
title: Libre Graph API
4
description: Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
5
- version: v1.0.4
+ version: v1.0.5
6
license:
7
name: Apache 2.0
8
url: https://www.apache.org/licenses/LICENSE-2.0.html
9
servers:
10
- url: https://localhost:9200/graph
11
description: OpenCloud Development Setup
12
- - url: https://cloud.example.test/graph
13
- description: OpenCloud Example Setup
14
paths:
15
'/v1.0/me':
16
patch:
0 commit comments