Refresh docs
diff --git a/docs/dyn/discovery_v1.apis.html b/docs/dyn/discovery_v1.apis.html
index 5635b84..280e348 100644
--- a/docs/dyn/discovery_v1.apis.html
+++ b/docs/dyn/discovery_v1.apis.html
@@ -134,9 +134,7 @@
           },
         },
         "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.
-        },
+        "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.
         "mediaUpload": { # Media upload parameters.
           "maxSize": "A String", # Maximum size of a media upload, such as "1MB", "2GB" or "3TB".
           "protocols": { # Supported upload protocols.
@@ -153,6 +151,9 @@
             "A String",
           ],
         },
+        "request": { # The schema for the request.
+          "$ref": "A String", # Schema ID for the request schema.
+        },
         "response": { # The schema for the response.
           "$ref": "A String", # Schema ID for the response schema.
         },
@@ -291,9 +292,7 @@
               },
             },
             "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.
-            },
+            "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.
             "mediaUpload": { # Media upload parameters.
               "maxSize": "A String", # Maximum size of a media upload, such as "1MB", "2GB" or "3TB".
               "protocols": { # Supported upload protocols.
@@ -310,6 +309,9 @@
                 "A String",
               ],
             },
+            "request": { # The schema for the request.
+              "$ref": "A String", # Schema ID for the request schema.
+            },
             "response": { # The schema for the response.
               "$ref": "A String", # Schema ID for the response schema.
             },