docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/composer_v1.projects.locations.imageVersions.html b/docs/dyn/composer_v1.projects.locations.imageVersions.html
index 141c2b9..48fadc4 100644
--- a/docs/dyn/composer_v1.projects.locations.imageVersions.html
+++ b/docs/dyn/composer_v1.projects.locations.imageVersions.html
@@ -101,13 +101,13 @@
{ # The ImageVersions in a project and location.
"imageVersions": [ # The list of supported ImageVersions in a location.
{ # ImageVersion information
- "supportedPythonVersions": [ # supported python versions
- "A String",
- ],
"isDefault": True or False, # Whether this is the default ImageVersion used by Composer during
# environment creation if no input ImageVersion is specified.
"imageVersionId": "A String", # The string identifier of the ImageVersion, in the form:
# "composer-x.y.z-airflow-a.b(.c)"
+ "supportedPythonVersions": [ # supported python versions
+ "A String",
+ ],
},
],
"nextPageToken": "A String", # The page token used to query for the next page if one exists.