diff --git a/docs/dyn/discovery_v1.apis.html b/docs/dyn/discovery_v1.apis.html index 9d3ab6b763..09281a9f25 100644 --- a/docs/dyn/discovery_v1.apis.html +++ b/docs/dyn/discovery_v1.apis.html @@ -141,6 +141,7 @@

Method Details

], "methods": { # API-level methods for this API. "a_key": { # An individual method description. + "apiVersion": "A String", # The API Version of this method, as passed in via the `X-Goog-Api-Version` header or `$apiVersion` query parameter. "deprecated": True or False, # Whether this method is deprecated. "description": "A String", # Description of this method. "etagRequired": True or False, # Whether this method requires an ETag to be specified. The ETag is sent as an HTTP If-Match or If-None-Match header. @@ -285,6 +286,7 @@

Method Details

"deprecated": True or False, # Whether this resource is deprecated. "methods": { # Methods on this resource. "a_key": { # Description for any methods on this resource. + "apiVersion": "A String", # The API Version of this method, as passed in via the `X-Goog-Api-Version` header or `$apiVersion` query parameter. "deprecated": True or False, # Whether this method is deprecated. "description": "A String", # Description of this method. "etagRequired": True or False, # Whether this method requires an ETag to be specified. The ETag is sent as an HTTP If-Match or If-None-Match header. diff --git a/googleapiclient/discovery_cache/documents/discovery.v1.json b/googleapiclient/discovery_cache/documents/discovery.v1.json index 1877d560ae..97434b0f0a 100644 --- a/googleapiclient/discovery_cache/documents/discovery.v1.json +++ b/googleapiclient/discovery_cache/documents/discovery.v1.json @@ -555,6 +555,10 @@ "RestMethod": { "id": "RestMethod", "properties": { +"apiVersion": { +"description": "The API Version of this method, as passed in via the `X-Goog-Api-Version` header or `$apiVersion` query parameter.", +"type": "string" +}, "deprecated": { "description": "Whether this method is deprecated.", "type": "boolean"