From f0a1a53a43b4fc185adbb387823ca42d062692d1 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 26 Apr 2021 14:44:01 +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, 2 insertions(+) diff --git a/docs/adr/0005-api-for-spaces.md b/docs/adr/0005-api-for-spaces.md index a84758a0c..3d9f93a1e 100644 --- a/docs/adr/0005-api-for-spaces.md +++ b/docs/adr/0005-api-for-spaces.md @@ -54,6 +54,8 @@ Retrieve a list of available spaces of a user. This includes all spaces the user API Call: `/me/drives`: Returns a list of spaces. +There is also `/drives`, returning the list of spaces the user has access to. This endpoint is used to access any space by id using `/drives/{drive-id}`. + ### Common Reply The reply to both calls is either one or a list of [Drive representation objects](https://docs.microsoft.com/de-de/graph/api/resources/drive?view=graph-rest-1.0):