Refresh docs
diff --git a/docs/dyn/drive_v2.apps.html b/docs/dyn/drive_v2.apps.html
index 27f5594..d8dfd75 100644
--- a/docs/dyn/drive_v2.apps.html
+++ b/docs/dyn/drive_v2.apps.html
@@ -79,7 +79,7 @@
<p class="firstline">Gets a specific app.</p>
<p class="toc_element">
<code><a href="#list">list()</a></code></p>
-<p class="firstline">Lists a user's apps.</p>
+<p class="firstline">Lists a user's installed apps.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="get">get(appId)</code>
@@ -91,7 +91,7 @@
Returns:
An object of the form:
- { # Information about a third-party application which the user has installed or given access to Google Drive.
+ { # The apps resource provides a list of the apps that a user has installed, with information about each app's supported MIME types, file extensions, and other details.
"kind": "drive#app", # This is always drive#app.
"primaryFileExtensions": [ # The list of primary file extensions.
"A String",
@@ -129,7 +129,7 @@
<div class="method">
<code class="details" id="list">list()</code>
- <pre>Lists a user's apps.
+ <pre>Lists a user's installed apps.
Args:
@@ -138,7 +138,7 @@
{ # A list of third-party applications which the user has installed or given access to Google Drive.
"items": [ # The actual list of apps.
- { # Information about a third-party application which the user has installed or given access to Google Drive.
+ { # The apps resource provides a list of the apps that a user has installed, with information about each app's supported MIME types, file extensions, and other details.
"kind": "drive#app", # This is always drive#app.
"primaryFileExtensions": [ # The list of primary file extensions.
"A String",