We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4608a16 commit 457d12fCopy full SHA for 457d12f
1 file changed
src/CloudSupport/Resource/Media.php
@@ -32,8 +32,10 @@
32
class Media extends \Google\Service\Resource
33
{
34
/**
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-
+ * Download a file attached to a case. When this endpoint is called, no
+ * "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-
39
* project/cases/43594844/attachments/0674M00000WijAnZAJ" curl \ --header
40
* "Authorization: Bearer $(gcloud auth print-access-token)" \
41
* "https://cloudsupport.googleapis.com/v2/$name:download?alt=media" ``` Python:
0 commit comments