build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/androidpublisher_v3.edits.images.html b/docs/dyn/androidpublisher_v3.edits.images.html
index 729ab73..40a77d4 100644
--- a/docs/dyn/androidpublisher_v3.edits.images.html
+++ b/docs/dyn/androidpublisher_v3.edits.images.html
@@ -152,10 +152,10 @@
{ # Response for deleting all images.
"deleted": [ # The deleted images.
{ # An uploaded image. The resource for ImagesService.
- "url": "A String", # A URL that will serve a preview of the image.
- "sha1": "A String", # A sha1 hash of the image.
- "id": "A String", # A unique id representing this image.
"sha256": "A String", # A sha256 hash of the image.
+ "url": "A String", # A URL that will serve a preview of the image.
+ "id": "A String", # A unique id representing this image.
+ "sha1": "A String", # A sha1 hash of the image.
},
],
}</pre>
@@ -191,10 +191,10 @@
{ # Response listing all images.
"images": [ # All listed Images.
{ # An uploaded image. The resource for ImagesService.
- "url": "A String", # A URL that will serve a preview of the image.
- "sha1": "A String", # A sha1 hash of the image.
- "id": "A String", # A unique id representing this image.
"sha256": "A String", # A sha256 hash of the image.
+ "url": "A String", # A URL that will serve a preview of the image.
+ "id": "A String", # A unique id representing this image.
+ "sha1": "A String", # A sha1 hash of the image.
},
],
}</pre>
@@ -231,10 +231,10 @@
{ # Response for uploading an image.
"image": { # An uploaded image. The resource for ImagesService. # The uploaded image.
- "url": "A String", # A URL that will serve a preview of the image.
- "sha1": "A String", # A sha1 hash of the image.
- "id": "A String", # A unique id representing this image.
"sha256": "A String", # A sha256 hash of the image.
+ "url": "A String", # A URL that will serve a preview of the image.
+ "id": "A String", # A unique id representing this image.
+ "sha1": "A String", # A sha1 hash of the image.
},
}</pre>
</div>