Skip to content

Commit 30d55b6

Browse files
dschmidtCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 98b8228 commit 30d55b6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

api/openapi-spec/v1.0.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)