Update generated docs.
diff --git a/docs/dyn/discovery.v1.apis.html b/docs/dyn/discovery.v1.apis.html
index 5980341..8b3ca44 100644
--- a/docs/dyn/discovery.v1.apis.html
+++ b/docs/dyn/discovery.v1.apis.html
@@ -25,6 +25,9 @@
<br>
{<br>
"kind": "discovery#restDescription", # The kind for this response.<br>
+ "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
+ "A String",<br>
+ ],<br>
"protocol": "rest", # The protocol described by this document.<br>
"features": [ # A list of supported features for this API.<br>
"A String",<br>
@@ -35,10 +38,9 @@
"x32": "A String", # The url of the 32x32 icon.<br>
"x16": "A String", # The url of the 16x16 icon.<br>
},<br>
- "basePath": "A String", # The base URI path for REST requests.<br>
- "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
- "A String",<br>
- ],<br>
+ "basePath": "A String", # The base path for REST requests.<br>
+ "description": "A String", # The description of this API.<br>
+ "baseUrl": "A String", # The base URL for REST requests.<br>
"auth": { # Authentication information.<br>
"oauth2": { # OAuth 2.0 authentication information.<br>
"scopes": { # Available OAuth 2.0 scopes.<br>
@@ -49,14 +51,13 @@
"methods": { # API-level methods for this API.<br>
},<br>
"version": "A String", # The version of this API.<br>
+ "title": "A String", # The title of this API.<br>
"schemas": { # The schemas for this API.<br>
},<br>
- "title": "A String", # The title of this API.<br>
- "documentationLink": "A String", # A link to human readable documentation for the API.<br>
"id": "A String", # The id of this API.<br>
"resources": { # The resources in this API.<br>
},<br>
- "description": "A String", # The description of this API.<br>
+ "documentationLink": "A String", # A link to human readable documentation for the API.<br>
}</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieve the list of APIs supported at this endpoint.<br>
@@ -77,14 +78,15 @@
"items": [ # The individual directory entries. One entry per api/version pair.<br>
{<br>
"kind": "discovery#directoryItem", # The kind for this response.<br>
+ "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
+ "A String",<br>
+ ],<br>
"description": "A String", # The description of this API.<br>
"icons": { # Links to 16x16 and 32x32 icons representing the API.<br>
"x32": "A String", # The url of the 32x32 icon.<br>
"x16": "A String", # The url of the 16x16 icon.<br>
},<br>
- "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
- "A String",<br>
- ],<br>
+ "discoveryRestUrl": "A String", # The url for the discovery REST document.<br>
"preferred": True or False, # True if this version is the preferred version to use.<br>
"name": "A String", # The name of the API.<br>
"discoveryLink": "A String", # A link to the discovery document.<br>