File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1324,8 +1324,9 @@ paths:
13241324 URL for the file. This is the same URL that is returned via the
13251325 `@microsoft.graph.downloadUrl` instance annotation on the driveItem when
13261326 requested via `$select`. Choose between the two based on whether you
1327- want the server to follow the redirect for you (`/content`) or you want
1328- to inspect / schedule / prefetch the URL yourself (annotation).
1327+ want to call the redirecting `/content` endpoint directly (for example,
1328+ with a client that follows redirects automatically) or you want to
1329+ inspect / schedule / prefetch the URL yourself via the annotation.
13291330
13301331 The pre-authenticated URL is short-lived and does not require an
13311332 `Authorization` header.
@@ -5999,7 +6000,8 @@ components:
59996000 type : string
60006001 examples :
60016002 request download url :
6002- value : ' @microsoft.graph.downloadUrl'
6003+ value :
6004+ - ' @microsoft.graph.downloadUrl'
60036005 drivesFilter :
60046006 name : $filter
60056007 in : query
You can’t perform that action at this time.
0 commit comments