Refresh docs
diff --git a/docs/dyn/discovery_v1.apis.html b/docs/dyn/discovery_v1.apis.html
index 280e348..a97b661 100644
--- a/docs/dyn/discovery_v1.apis.html
+++ b/docs/dyn/discovery_v1.apis.html
@@ -78,7 +78,7 @@
   <code><a href="#getRest">getRest(api, version)</a></code></p>
 <p class="firstline">Retrieve the description of a particular version of an api.</p>
 <p class="toc_element">
-  <code><a href="#list">list(name=None, preferred=None, label=None)</a></code></p>
+  <code><a href="#list">list(name=None, preferred=None)</a></code></p>
 <p class="firstline">Retrieve the list of APIs supported at this endpoint.</p>
 <h3>Method Details</h3>
 <div class="method">
@@ -120,7 +120,7 @@
               "A String",
             ],
             "minimum": "A String", # The minimum value of this parameter.
-            "readOnly": True or False, # The value is read-only, generated by the service. The value can not be modified by the client. It the value is included in a POST, PUT or PATCH request, it will be ignored by the service.
+            "readOnly": True or False, # The value is read-only, generated by the service. The value cannot be modified by the client. If the value is included in a POST, PUT, or PATCH request, it is ignored by the service.
             "location": "A String", # Whether this parameter goes in the query or the path for REST requests.
             "pattern": "A String", # The regular expression this parameter must conform to. Uses Java 6 regex format: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
             "additionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this property is the schema for any additional properties with dynamic keys on this object.
@@ -152,6 +152,7 @@
           ],
         },
         "request": { # The schema for the request.
+          "parameterName": "A String", # parameter name.
           "$ref": "A String", # Schema ID for the request schema.
         },
         "response": { # The schema for the response.
@@ -170,42 +171,14 @@
     "labels": [ # Labels for the status of this API, such as labs or deprecated.
       "A String",
     ],
+    "ownerName": "A String", # The name of the owner of this API. See ownerDomain.
     "batchPath": "batch", # The path for REST batch requests.
-    "id": "A String", # The id of this API.
-    "schemas": { # The schemas for this API.
-      "a_key": { # An individual schema description.
-        "properties": { # If this is a schema for an object, list the schema for each property of this object.
-          "a_key": # Object with schema name: JsonSchema # A single property of this object. The value is itself a JSON Schema object describing this property.
-        },
-        "required": True or False, # Whether the parameter is required.
-        "type": "A String", # The value type for this schema. A list of values can be found here: http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.1
-        "description": "A String", # A description of this object.
-        "format": "A String", # An additional regular expression or key that helps constrain the value. For more details see: http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.23
-        "default": "A String", # The default value of this property (if one exists).
-        "items": # Object with schema name: JsonSchema # If this is a schema for an array, this property is the schema for each element in the array.
-        "enum": [ # Values this parameter may take (if it is an enum).
-          "A String",
-        ],
-        "maximum": "A String", # The maximum value of this parameter.
-        "id": "A String", # Unique identifier for this schema.
-        "enumDescriptions": [ # The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
-          "A String",
-        ],
-        "minimum": "A String", # The minimum value of this parameter.
-        "readOnly": True or False, # The value is read-only, generated by the service. The value can not be modified by the client. It the value is included in a POST, PUT or PATCH request, it will be ignored by the service.
-        "location": "A String", # Whether this parameter goes in the query or the path for REST requests.
-        "pattern": "A String", # The regular expression this parameter must conform to. Uses Java 6 regex format: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
-        "additionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this property is the schema for any additional properties with dynamic keys on this object.
-        "repeated": True or False, # Whether this parameter may appear multiple times.
-        "annotations": { # Additional information about this property.
-          "required": [ # A list of methods for which this property is required on requests.
-            "A String",
-          ],
-        },
-        "$ref": "A String", # A reference to another schema. The value of this property is the "id" of another schema.
-      },
-    },
-    "rootUrl": "A String", # The root url under which all API services live.
+    "id": "A String", # The ID of this API.
+    "features": [ # A list of supported features for this API.
+      "A String",
+    ],
+    "ownerDomain": "A String", # The domain of the owner of this API. Together with the ownerName and a packagePath values, this can be used to generate a library for this API which would have a unique fully qualified name.
+    "rootUrl": "A String", # The root URL under which all API services live.
     "parameters": { # Common parameters that apply across all apis.
       "a_key": { # Description of a single parameter.
         "properties": { # If this is a schema for an object, list the schema for each property of this object.
@@ -226,7 +199,7 @@
           "A String",
         ],
         "minimum": "A String", # The minimum value of this parameter.
-        "readOnly": True or False, # The value is read-only, generated by the service. The value can not be modified by the client. It the value is included in a POST, PUT or PATCH request, it will be ignored by the service.
+        "readOnly": True or False, # The value is read-only, generated by the service. The value cannot be modified by the client. If the value is included in a POST, PUT, or PATCH request, it is ignored by the service.
         "location": "A String", # Whether this parameter goes in the query or the path for REST requests.
         "pattern": "A String", # The regular expression this parameter must conform to. Uses Java 6 regex format: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
         "additionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this property is the schema for any additional properties with dynamic keys on this object.
@@ -240,16 +213,46 @@
       },
     },
     "icons": { # Links to 16x16 and 32x32 icons representing the API.
-      "x32": "A String", # The url of the 32x32 icon.
-      "x16": "A String", # The url of the 16x16 icon.
+      "x32": "A String", # The URL of the 32x32 icon.
+      "x16": "A String", # The URL of the 16x16 icon.
     },
     "baseUrl": "A String", # [DEPRECATED] The base URL for REST requests.
-    "etag": "A String", # The etag for this response.
-    "features": [ # A list of supported features for this API.
-      "A String",
-    ],
+    "etag": "A String", # The ETag for this response.
     "version": "A String", # The version of this API.
     "servicePath": "A String", # The base path for all REST requests.
+    "schemas": { # The schemas for this API.
+      "a_key": { # An individual schema description.
+        "properties": { # If this is a schema for an object, list the schema for each property of this object.
+          "a_key": # Object with schema name: JsonSchema # A single property of this object. The value is itself a JSON Schema object describing this property.
+        },
+        "required": True or False, # Whether the parameter is required.
+        "type": "A String", # The value type for this schema. A list of values can be found here: http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.1
+        "description": "A String", # A description of this object.
+        "format": "A String", # An additional regular expression or key that helps constrain the value. For more details see: http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.23
+        "default": "A String", # The default value of this property (if one exists).
+        "items": # Object with schema name: JsonSchema # If this is a schema for an array, this property is the schema for each element in the array.
+        "enum": [ # Values this parameter may take (if it is an enum).
+          "A String",
+        ],
+        "maximum": "A String", # The maximum value of this parameter.
+        "id": "A String", # Unique identifier for this schema.
+        "enumDescriptions": [ # The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
+          "A String",
+        ],
+        "minimum": "A String", # The minimum value of this parameter.
+        "readOnly": True or False, # The value is read-only, generated by the service. The value cannot be modified by the client. If the value is included in a POST, PUT, or PATCH request, it is ignored by the service.
+        "location": "A String", # Whether this parameter goes in the query or the path for REST requests.
+        "pattern": "A String", # The regular expression this parameter must conform to. Uses Java 6 regex format: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
+        "additionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this property is the schema for any additional properties with dynamic keys on this object.
+        "repeated": True or False, # Whether this parameter may appear multiple times.
+        "annotations": { # Additional information about this property.
+          "required": [ # A list of methods for which this property is required on requests.
+            "A String",
+          ],
+        },
+        "$ref": "A String", # A reference to another schema. The value of this property is the "id" of another schema.
+      },
+    },
     "resources": { # The resources in this API.
       "a_key": { # An individual resource description. Contains methods and sub-resources related to this resource.
         "methods": { # Methods on this resource.
@@ -278,7 +281,7 @@
                   "A String",
                 ],
                 "minimum": "A String", # The minimum value of this parameter.
-                "readOnly": True or False, # The value is read-only, generated by the service. The value can not be modified by the client. It the value is included in a POST, PUT or PATCH request, it will be ignored by the service.
+                "readOnly": True or False, # The value is read-only, generated by the service. The value cannot be modified by the client. If the value is included in a POST, PUT, or PATCH request, it is ignored by the service.
                 "location": "A String", # Whether this parameter goes in the query or the path for REST requests.
                 "pattern": "A String", # The regular expression this parameter must conform to. Uses Java 6 regex format: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
                 "additionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this property is the schema for any additional properties with dynamic keys on this object.
@@ -310,6 +313,7 @@
               ],
             },
             "request": { # The schema for the request.
+              "parameterName": "A String", # parameter name.
               "$ref": "A String", # Schema ID for the request schema.
             },
             "response": { # The schema for the response.
@@ -342,6 +346,7 @@
         },
       },
     },
+    "packagePath": "A String", # The package of the owner of this API. See ownerDomain.
     "kind": "discovery#restDescription", # The kind for this response.
     "name": "A String", # The name of this API.
     "basePath": "A String", # [DEPRECATED] The base path for REST requests.
@@ -352,17 +357,12 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(name=None, preferred=None, label=None)</code>
+    <code class="details" id="list">list(name=None, preferred=None)</code>
   <pre>Retrieve the list of APIs supported at this endpoint.
 
 Args:
   name: string, Only include APIs with the given name.
   preferred: boolean, Return only the preferred version of an API.
-  label: string, Only include APIs with a matching label, such as 'graduated' or 'labs'.
-    Allowed values
-      deprecated - APIs that have been deprecated.
-      graduated - Supported APIs that have graduated from labs.
-      labs - APIs that are experimental
 
 Returns:
   An object of the form:
@@ -376,10 +376,10 @@
         ],
         "description": "A String", # The description of this API.
         "icons": { # Links to 16x16 and 32x32 icons representing the API.
-          "x32": "A String", # The url of the 32x32 icon.
-          "x16": "A String", # The url of the 16x16 icon.
+          "x32": "A String", # The URL of the 32x32 icon.
+          "x16": "A String", # The URL of the 16x16 icon.
         },
-        "discoveryRestUrl": "A String", # The url for the discovery REST document.
+        "discoveryRestUrl": "A String", # The URL for the discovery REST document.
         "preferred": True or False, # True if this version is the preferred version to use.
         "name": "A String", # The name of the API.
         "discoveryLink": "A String", # A link to the discovery document.