docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html b/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
index 133941e..0e08d2c 100644
--- a/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
+++ b/docs/dyn/gamesConfiguration_v1configuration.imageConfigurations.html
@@ -96,11 +96,11 @@
An object of the form:
{ # An image configuration resource.
+ "url": "A String", # The url for this image.
+ "imageType": "A String", # The image type for the image.
+ "resourceId": "A String", # The resource ID of resource which the image belongs to.
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
# string `gamesConfiguration#imageConfiguration`.
- "imageType": "A String", # The image type for the image.
- "url": "A String", # The url for this image.
- "resourceId": "A String", # The resource ID of resource which the image belongs to.
}</pre>
</div>