Update docs/adr/0005-api-for-spaces.md

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Klaas Freitag
2021-04-22 18:18:15 +02:00
committed by Klaas Freitag
parent 1b4cf20419
commit de80dd9e39

View File

@@ -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"