build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html b/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
index edc9355..606c18d 100644
--- a/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
+++ b/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
@@ -108,10 +108,10 @@
An object of the form:
{ # An image configuration resource.
- "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#imageConfiguration`.
- "resourceId": "A String", # The resource ID of resource which the image belongs to.
"imageType": "A String", # The image type for the image.
+ "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#imageConfiguration`.
"url": "A String", # The url for this image.
+ "resourceId": "A String", # The resource ID of resource which the image belongs to.
}</pre>
</div>