Update docs for 1.4.1 release
diff --git a/docs/dyn/discovery_v1.apis.html b/docs/dyn/discovery_v1.apis.html
index 57d39b3..5fbd0cf 100644
--- a/docs/dyn/discovery_v1.apis.html
+++ b/docs/dyn/discovery_v1.apis.html
@@ -173,6 +173,7 @@
"A String",
],
"path": "A String", # The URI path of this REST method. Should be used in conjunction with the basePath property at the api-level.
+ "useMediaDownloadService": True or False, # Indicates that downloads from this method should use the download service URL (i.e. "/download"). Only applies if the method supports media download.
"id": "A String", # A unique ID for this method. This property can be used to match methods between different versions of Discovery.
"supportsMediaDownload": True or False, # Whether this method supports media downloads.
},
@@ -361,6 +362,7 @@
"A String",
],
"path": "A String", # The URI path of this REST method. Should be used in conjunction with the basePath property at the api-level.
+ "useMediaDownloadService": True or False, # Indicates that downloads from this method should use the download service URL (i.e. "/download"). Only applies if the method supports media download.
"id": "A String", # A unique ID for this method. This property can be used to match methods between different versions of Discovery.
"supportsMediaDownload": True or False, # Whether this method supports media downloads.
},