chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/androidpublisher_v3.edits.images.html b/docs/dyn/androidpublisher_v3.edits.images.html
index a10523a..92163cd 100644
--- a/docs/dyn/androidpublisher_v3.edits.images.html
+++ b/docs/dyn/androidpublisher_v3.edits.images.html
@@ -87,7 +87,7 @@
   <code><a href="#list">list(packageName, editId, language, imageType, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists all images. The response may be empty.</p>
 <p class="toc_element">
-  <code><a href="#upload">upload(packageName, editId, language, imageType, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
+  <code><a href="#upload">upload(packageName, editId, language, imageType, media_body=None, media_mime_type=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Uploads an image of the specified language and image type, and adds to the edit.</p>
 <h3>Method Details</h3>
 <div class="method">
@@ -150,15 +150,15 @@
   An object of the form:
 
     { # Response for deleting all images.
-    &quot;deleted&quot;: [ # The deleted images.
-      { # An uploaded image. The resource for ImagesService.
-        &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
-        &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
-        &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
-        &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
-      },
-    ],
-  }</pre>
+  &quot;deleted&quot;: [ # The deleted images.
+    { # An uploaded image. The resource for ImagesService.
+      &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
+      &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
+      &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
+      &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">
@@ -189,19 +189,19 @@
   An object of the form:
 
     { # Response listing all images.
-    &quot;images&quot;: [ # All listed Images.
-      { # An uploaded image. The resource for ImagesService.
-        &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
-        &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
-        &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
-        &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
-      },
-    ],
-  }</pre>
+  &quot;images&quot;: [ # All listed Images.
+    { # An uploaded image. The resource for ImagesService.
+      &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
+      &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
+      &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
+      &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="upload">upload(packageName, editId, language, imageType, x__xgafv=None, media_body=None, media_mime_type=None)</code>
+    <code class="details" id="upload">upload(packageName, editId, language, imageType, media_body=None, media_mime_type=None, x__xgafv=None)</code>
   <pre>Uploads an image of the specified language and image type, and adds to the edit.
 
 Args:
@@ -219,24 +219,24 @@
       icon - Icon.
       featureGraphic - Feature graphic.
       tvBanner - TV banner.
+  media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
+  media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
       2 - v2 error format
-  media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
-  media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
 
 Returns:
   An object of the form:
 
     { # Response for uploading an image.
-    &quot;image&quot;: { # An uploaded image. The resource for ImagesService. # The uploaded image.
-      &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
-      &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
-      &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
-      &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
-    },
-  }</pre>
+  &quot;image&quot;: { # An uploaded image. The resource for ImagesService. # The uploaded image.
+    &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
+    &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
+    &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
+    &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
+  },
+}</pre>
 </div>
 
 </body></html>
\ No newline at end of file