From de80dd9e399a3cdad4fe15e31d46c2e2dde031ae Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Thu, 22 Apr 2021 18:18:15 +0200 Subject: [PATCH] Update docs/adr/0005-api-for-spaces.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörn Friedrich Dreyer --- docs/adr/0005-api-for-spaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adr/0005-api-for-spaces.md b/docs/adr/0005-api-for-spaces.md index a5a11bdb8e..f25cc4dc68 100644 --- a/docs/adr/0005-api-for-spaces.md +++ b/docs/adr/0005-api-for-spaces.md @@ -40,7 +40,7 @@ ownCloud servers provide an API to query for available spaces of an user. 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/de-de/graph/api/resources/onedrive?view=graph-rest-1.0) +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. ### Get "Home folder"