Skip to content

Commit 457d12f

Browse files
1 parent 4608a16 commit 457d12f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/CloudSupport/Resource/Media.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
class Media extends \Google\Service\Resource
3333
{
3434
/**
35-
* Download a file attached to a case. Note: HTTP requests must append
36-
* "?alt=media" to the URL. EXAMPLES: cURL: ```shell name="projects/some-
35+
* Download a file attached to a case. When this endpoint is called, no
36+
* "response body" will be returned. Instead, the attachment's blob will be
37+
* returned. Note: HTTP requests must append "?alt=media" to the URL. EXAMPLES:
38+
* cURL: ```shell name="projects/some-
3739
* project/cases/43594844/attachments/0674M00000WijAnZAJ" curl \ --header
3840
* "Authorization: Bearer $(gcloud auth print-access-token)" \
3941
* "https://cloudsupport.googleapis.com/v2/$name:download?alt=media" ``` Python:

0 commit comments

Comments
 (0)