From 7d04fdc2e2291cdb31d38ec6b8d7b3fae3bac23f Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 7 May 2021 10:20:01 +0200 Subject: [PATCH] Update 0007-api-for-spaces.md --- docs/ocis/adr/0007-api-for-spaces.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ocis/adr/0007-api-for-spaces.md b/docs/ocis/adr/0007-api-for-spaces.md index ce62331c0..804af6ed4 100644 --- a/docs/ocis/adr/0007-api-for-spaces.md +++ b/docs/ocis/adr/0007-api-for-spaces.md @@ -44,6 +44,8 @@ This the DRAFT for the API. ownCloud servers provide an API to query for available spaces of an user. +See the openAPI Specification for the [open Graph API](https://owncloud.dev/open-graph-api/). + Most important, the API returns the WebDAV endpoint for each space. With that, clients do not have to make assumptions about WebDAV routes any more. See [Drive item in Microsoft Graph API](https://docs.microsoft.com/en-us/graph/api/resources/onedrive?view=graph-rest-1.0) for an overview of `drive` and `driveItem` resources. The concrete list of drives / spaces a user has access to can be obtained on multiple endpoints.