Refresh docs
diff --git a/docs/dyn/discovery_v1.apis.html b/docs/dyn/discovery_v1.apis.html
index dd96317..4d3be47 100644
--- a/docs/dyn/discovery_v1.apis.html
+++ b/docs/dyn/discovery_v1.apis.html
@@ -95,6 +95,75 @@
     {
     "protocol": "rest", # The protocol described by this document.
     "methods": { # API-level methods for this API.
+      "a_key": { # An individual method description.
+        "scopes": [ # OAuth 2.0 scopes applicable to this method.
+          "",
+        ],
+        "description": "A String", # Description of this method.
+        "parameters": { # Details for all parameters in this method.
+          "a_key": { # Details for a single parameter in this method.
+            "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.
+            "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.
+            "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.
+          },
+        },
+        "supportsMediaUpload": True or False, # Whether this method supports media uploads.
+        "request": { # The schema for the request.
+          "$ref": "A String", # Schema ID for the request schema.
+        },
+        "mediaUpload": { # Media upload parameters.
+          "maxSize": "A String", # Maximum size of a media upload, such as "1MB", "2GB" or "3TB".
+          "protocols": { # Supported upload protocols.
+            "simple": { # Supports uploading as a single HTTP request.
+              "path": "A String", # The URI path to be used for upload. Should be used in conjunction with the basePath property at the api-level.
+              "multipart": true, # True if this endpoint supports upload multipart media.
+            },
+            "resumable": { # Supports the Resumable Media Upload protocol.
+              "path": "A String", # The URI path to be used for upload. Should be used in conjunction with the basePath property at the api-level.
+              "multipart": true, # True if this endpoint supports uploading multipart media.
+            },
+          },
+          "accept": [ # MIME Media Ranges for acceptable media uploads to this method.
+            "A String",
+          ],
+        },
+        "response": { # The schema for the response.
+          "$ref": "A String", # Schema ID for the response schema.
+        },
+        "httpMethod": "A String", # HTTP method used by this method.
+        "supportsSubscription": True or False, # Whether this method supports subscriptions.
+        "parameterOrder": [ # Ordered list of required parameters, serves as a hint to clients on how to structure their method signatures. The array is ordered such that the "most-significant" parameter appears first.
+          "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.
+        "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.
+      },
     },
     "labels": [ # Labels for the status of this API, such as labs or deprecated.
       "A String",
@@ -102,9 +171,69 @@
     "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.
+        "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.
+        "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.
     "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.
+          "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.
+        "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.
+        "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.
+      },
     },
     "icons": { # Links to 16x16 and 32x32 icons representing the API.
       "x32": "A String", # The url of the 32x32 icon.
@@ -117,12 +246,91 @@
     ],
     "servicePath": "A String", # The base path for all REST requests.
     "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.
+          "a_key": { # Description for any methods on this resource.
+            "scopes": [ # OAuth 2.0 scopes applicable to this method.
+              "",
+            ],
+            "description": "A String", # Description of this method.
+            "parameters": { # Details for all parameters in this method.
+              "a_key": { # Details for a single parameter in this method.
+                "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.
+                "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.
+                "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.
+              },
+            },
+            "supportsMediaUpload": True or False, # Whether this method supports media uploads.
+            "request": { # The schema for the request.
+              "$ref": "A String", # Schema ID for the request schema.
+            },
+            "mediaUpload": { # Media upload parameters.
+              "maxSize": "A String", # Maximum size of a media upload, such as "1MB", "2GB" or "3TB".
+              "protocols": { # Supported upload protocols.
+                "simple": { # Supports uploading as a single HTTP request.
+                  "path": "A String", # The URI path to be used for upload. Should be used in conjunction with the basePath property at the api-level.
+                  "multipart": true, # True if this endpoint supports upload multipart media.
+                },
+                "resumable": { # Supports the Resumable Media Upload protocol.
+                  "path": "A String", # The URI path to be used for upload. Should be used in conjunction with the basePath property at the api-level.
+                  "multipart": true, # True if this endpoint supports uploading multipart media.
+                },
+              },
+              "accept": [ # MIME Media Ranges for acceptable media uploads to this method.
+                "A String",
+              ],
+            },
+            "response": { # The schema for the response.
+              "$ref": "A String", # Schema ID for the response schema.
+            },
+            "httpMethod": "A String", # HTTP method used by this method.
+            "supportsSubscription": True or False, # Whether this method supports subscriptions.
+            "parameterOrder": [ # Ordered list of required parameters, serves as a hint to clients on how to structure their method signatures. The array is ordered such that the "most-significant" parameter appears first.
+              "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.
+            "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.
+          },
+        },
+        "resources": { # Sub-resources on this resource.
+          "a_key": # Object with schema name: RestResource # Description for any sub-resources on this resource.
+        },
+      },
     },
     "revision": "A String", # The version of this API.
     "description": "A String", # The description of this API.
     "auth": { # Authentication information.
       "oauth2": { # OAuth 2.0 authentication information.
         "scopes": { # Available OAuth 2.0 scopes.
+          "a_key": { # The scope value.
+            "description": "A String", # Description of scope.
+          },
         },
       },
     },