Updated docs
diff --git a/docs/dyn/discovery.v1.apis.html b/docs/dyn/discovery.v1.apis.html
index 8b3ca44..957ea70 100644
--- a/docs/dyn/discovery.v1.apis.html
+++ b/docs/dyn/discovery.v1.apis.html
@@ -24,14 +24,11 @@
An object of the form<br>
<br>
{<br>
+ "schemas": { # The schemas for this API.<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>
- ],<br>
+ "description": "A String", # The description of this API.<br>
"parameters": { # Common parameters that apply across all apis.<br>
},<br>
"icons": { # Links to 16x16 and 32x32 icons representing the API.<br>
@@ -39,7 +36,9 @@
"x16": "A String", # The url of the 16x16 icon.<br>
},<br>
"basePath": "A String", # The base path for REST requests.<br>
- "description": "A String", # The description of this API.<br>
+ "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
+ "A String",<br>
+ ],<br>
"baseUrl": "A String", # The base URL for REST requests.<br>
"auth": { # Authentication information.<br>
"oauth2": { # OAuth 2.0 authentication information.<br>
@@ -51,9 +50,12 @@
"methods": { # API-level methods for this API.<br>
},<br>
"version": "A String", # The version of this API.<br>
+ "features": [ # A list of supported features for this API.<br>
+ "A String",<br>
+ ],<br>
"title": "A String", # The title of this API.<br>
- "schemas": { # The schemas for this API.<br>
- },<br>
+ "discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.<br>
+ "revision": "A String", # The version of this API.<br>
"id": "A String", # The id of this API.<br>
"resources": { # The resources in this API.<br>
},<br>
@@ -96,6 +98,7 @@
"documentationLink": "A String", # A link to human readable documentation for the API.<br>
},<br>
],<br>
+ "discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.<br>
"kind": "discovery#directoryList", # The kind for this response.<br>
}</tt></dd></dl>