docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/poly_v1.assets.html b/docs/dyn/poly_v1.assets.html
index f61850b..33a26d4 100644
--- a/docs/dyn/poly_v1.assets.html
+++ b/docs/dyn/poly_v1.assets.html
@@ -105,10 +105,13 @@
       # or scene created using [Tilt Brush](//www.tiltbrush.com),
       # [Blocks](//vr.google.com/blocks/), or any 3D program that produces a file
       # that can be upload to Poly.
-    "displayName": "A String", # The human-readable name, set by the asset's author.
-    "updateTime": "A String", # The time when the asset was last modified. For published assets, whose
-        # contents are immutable, the update time changes only when metadata
-        # properties, such as visibility, are updated.
+    "remixInfo": { # Info about the sources of this asset (i.e. assets that were remixed to # The remix info for the asset.
+        # create this asset).
+      "sourceAsset": [ # Resource ids for the sources of this remix, of the form:
+          # `assets/{ASSET_ID}`
+        "A String",
+      ],
+    },
     "thumbnail": { # Represents a file in Poly, which can be a root, # The thumbnail image for the asset.
         # resource, or thumbnail file.
       "relativePath": "A String", # The path of the resource file relative to the
@@ -120,24 +123,17 @@
           # types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
       "url": "A String", # The URL where the file data can be retrieved.
     },
-    "remixInfo": { # Info about the sources of this asset (i.e. assets that were remixed to # The remix info for the asset.
-        # create this asset).
-      "sourceAsset": [ # Resource ids for the sources of this remix, of the form:
-          # `assets/{ASSET_ID}`
-        "A String",
-      ],
-    },
     "visibility": "A String", # The visibility of the asset and who can access it.
     "name": "A String", # The unique identifier for the asset in the form:
         # `assets/{ASSET_ID}`.
     "isCurated": True or False, # Whether this asset has been curated by the Poly team.
     "description": "A String", # The human-readable description, set by the asset's author.
+    "createTime": "A String", # For published assets, the time when the asset was published.
+        # For unpublished assets, the time when the asset was created.
     "metadata": "A String", # Application-defined opaque metadata for this asset. This field is only
         # returned when querying for the signed-in user's own assets, not for public
         # assets. This string is limited to 1K chars. It is up to the creator of
         # the asset to define the format for this string (for example, JSON).
-    "createTime": "A String", # For published assets, the time when the asset was published.
-        # For unpublished assets, the time when the asset was created.
     "formats": [ # A list of Formats where each
         # format describes one representation of the asset.
       { # The same asset can be represented in different formats, for example,
@@ -146,22 +142,6 @@
           # with its corresponding .glb binary data. A format refers to a specific
           # representation of an asset and contains all information needed to
           # retrieve and describe this representation.
-        "resources": [ # A list of dependencies of the root element. May include, but is not
-            # limited to, materials, textures, and shader programs.
-          { # Represents a file in Poly, which can be a root,
-              # resource, or thumbnail file.
-            "relativePath": "A String", # The path of the resource file relative to the
-                # root file. For root or thumbnail files,
-                # this is just the filename.
-            "contentType": "A String", # The MIME content-type, such as `image/png`.
-                # For more information, see
-                # [MIME
-                # types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
-            "url": "A String", # The URL where the file data can be retrieved.
-          },
-        ],
-        "formatType": "A String", # A short string that identifies the format type of this representation.
-            # Possible values are: `FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`.
         "root": { # Represents a file in Poly, which can be a root, # The root of the file hierarchy. This will always be populated.
             # For some format_types - such as `TILT`, which are
             # self-contained - this is all of the data.
@@ -186,6 +166,22 @@
               # This hint allows you to sort formats from the most-detailed (0) to
               # least-detailed (integers greater than 0).
         },
+        "resources": [ # A list of dependencies of the root element. May include, but is not
+            # limited to, materials, textures, and shader programs.
+          { # Represents a file in Poly, which can be a root,
+              # resource, or thumbnail file.
+            "relativePath": "A String", # The path of the resource file relative to the
+                # root file. For root or thumbnail files,
+                # this is just the filename.
+            "contentType": "A String", # The MIME content-type, such as `image/png`.
+                # For more information, see
+                # [MIME
+                # types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
+            "url": "A String", # The URL where the file data can be retrieved.
+          },
+        ],
+        "formatType": "A String", # A short string that identifies the format type of this representation.
+            # Possible values are: `FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`.
       },
     ],
     "presentationParams": { # Hints for displaying the asset, based on information available when the asset # Hints for displaying the asset. Note that these parameters are not
@@ -211,10 +207,10 @@
           # Please note: this is applicable only to the gLTF.
           # response you see "w: 1" and nothing else this is the default value of
           # [0, 0, 0, 1] where x,y, and z are 0.
-        "z": 3.14, # The z component.
         "x": 3.14, # The x component.
         "w": 3.14, # The scalar component.
         "y": 3.14, # The y component.
+        "z": 3.14, # The z component.
       },
       "backgroundColor": "A String", # A background color which could be used for displaying the 3D asset in a
           # 'thumbnail' or 'palette' style view. Authors have the option to set this
@@ -227,6 +223,10 @@
         # for use, if any.
     "authorName": "A String", # The author's publicly visible name. Use this name when giving credit to the
         # author. For more information, see [Licensing](/poly/discover/licensing).
+    "displayName": "A String", # The human-readable name, set by the asset's author.
+    "updateTime": "A String", # The time when the asset was last modified. For published assets, whose
+        # contents are immutable, the update time changes only when metadata
+        # properties, such as visibility, are updated.
   }</pre>
 </div>
 
@@ -278,10 +278,13 @@
           # or scene created using [Tilt Brush](//www.tiltbrush.com),
           # [Blocks](//vr.google.com/blocks/), or any 3D program that produces a file
           # that can be upload to Poly.
-        &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name, set by the asset&#x27;s author.
-        &quot;updateTime&quot;: &quot;A String&quot;, # The time when the asset was last modified. For published assets, whose
-            # contents are immutable, the update time changes only when metadata
-            # properties, such as visibility, are updated.
+        &quot;remixInfo&quot;: { # Info about the sources of this asset (i.e. assets that were remixed to # The remix info for the asset.
+            # create this asset).
+          &quot;sourceAsset&quot;: [ # Resource ids for the sources of this remix, of the form:
+              # `assets/{ASSET_ID}`
+            &quot;A String&quot;,
+          ],
+        },
         &quot;thumbnail&quot;: { # Represents a file in Poly, which can be a root, # The thumbnail image for the asset.
             # resource, or thumbnail file.
           &quot;relativePath&quot;: &quot;A String&quot;, # The path of the resource file relative to the
@@ -293,24 +296,17 @@
               # types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
           &quot;url&quot;: &quot;A String&quot;, # The URL where the file data can be retrieved.
         },
-        &quot;remixInfo&quot;: { # Info about the sources of this asset (i.e. assets that were remixed to # The remix info for the asset.
-            # create this asset).
-          &quot;sourceAsset&quot;: [ # Resource ids for the sources of this remix, of the form:
-              # `assets/{ASSET_ID}`
-            &quot;A String&quot;,
-          ],
-        },
         &quot;visibility&quot;: &quot;A String&quot;, # The visibility of the asset and who can access it.
         &quot;name&quot;: &quot;A String&quot;, # The unique identifier for the asset in the form:
             # `assets/{ASSET_ID}`.
         &quot;isCurated&quot;: True or False, # Whether this asset has been curated by the Poly team.
         &quot;description&quot;: &quot;A String&quot;, # The human-readable description, set by the asset&#x27;s author.
+        &quot;createTime&quot;: &quot;A String&quot;, # For published assets, the time when the asset was published.
+            # For unpublished assets, the time when the asset was created.
         &quot;metadata&quot;: &quot;A String&quot;, # Application-defined opaque metadata for this asset. This field is only
             # returned when querying for the signed-in user&#x27;s own assets, not for public
             # assets. This string is limited to 1K chars. It is up to the creator of
             # the asset to define the format for this string (for example, JSON).
-        &quot;createTime&quot;: &quot;A String&quot;, # For published assets, the time when the asset was published.
-            # For unpublished assets, the time when the asset was created.
         &quot;formats&quot;: [ # A list of Formats where each
             # format describes one representation of the asset.
           { # The same asset can be represented in different formats, for example,
@@ -319,22 +315,6 @@
               # with its corresponding .glb binary data. A format refers to a specific
               # representation of an asset and contains all information needed to
               # retrieve and describe this representation.
-            &quot;resources&quot;: [ # A list of dependencies of the root element. May include, but is not
-                # limited to, materials, textures, and shader programs.
-              { # Represents a file in Poly, which can be a root,
-                  # resource, or thumbnail file.
-                &quot;relativePath&quot;: &quot;A String&quot;, # The path of the resource file relative to the
-                    # root file. For root or thumbnail files,
-                    # this is just the filename.
-                &quot;contentType&quot;: &quot;A String&quot;, # The MIME content-type, such as `image/png`.
-                    # For more information, see
-                    # [MIME
-                    # types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
-                &quot;url&quot;: &quot;A String&quot;, # The URL where the file data can be retrieved.
-              },
-            ],
-            &quot;formatType&quot;: &quot;A String&quot;, # A short string that identifies the format type of this representation.
-                # Possible values are: `FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`.
             &quot;root&quot;: { # Represents a file in Poly, which can be a root, # The root of the file hierarchy. This will always be populated.
                 # For some format_types - such as `TILT`, which are
                 # self-contained - this is all of the data.
@@ -359,6 +339,22 @@
                   # This hint allows you to sort formats from the most-detailed (0) to
                   # least-detailed (integers greater than 0).
             },
+            &quot;resources&quot;: [ # A list of dependencies of the root element. May include, but is not
+                # limited to, materials, textures, and shader programs.
+              { # Represents a file in Poly, which can be a root,
+                  # resource, or thumbnail file.
+                &quot;relativePath&quot;: &quot;A String&quot;, # The path of the resource file relative to the
+                    # root file. For root or thumbnail files,
+                    # this is just the filename.
+                &quot;contentType&quot;: &quot;A String&quot;, # The MIME content-type, such as `image/png`.
+                    # For more information, see
+                    # [MIME
+                    # types](//developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).
+                &quot;url&quot;: &quot;A String&quot;, # The URL where the file data can be retrieved.
+              },
+            ],
+            &quot;formatType&quot;: &quot;A String&quot;, # A short string that identifies the format type of this representation.
+                # Possible values are: `FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`.
           },
         ],
         &quot;presentationParams&quot;: { # Hints for displaying the asset, based on information available when the asset # Hints for displaying the asset. Note that these parameters are not
@@ -384,10 +380,10 @@
               # Please note: this is applicable only to the gLTF.
               # response you see &quot;w: 1&quot; and nothing else this is the default value of
               # [0, 0, 0, 1] where x,y, and z are 0.
-            &quot;z&quot;: 3.14, # The z component.
             &quot;x&quot;: 3.14, # The x component.
             &quot;w&quot;: 3.14, # The scalar component.
             &quot;y&quot;: 3.14, # The y component.
+            &quot;z&quot;: 3.14, # The z component.
           },
           &quot;backgroundColor&quot;: &quot;A String&quot;, # A background color which could be used for displaying the 3D asset in a
               # &#x27;thumbnail&#x27; or &#x27;palette&#x27; style view. Authors have the option to set this
@@ -400,6 +396,10 @@
             # for use, if any.
         &quot;authorName&quot;: &quot;A String&quot;, # The author&#x27;s publicly visible name. Use this name when giving credit to the
             # author. For more information, see [Licensing](/poly/discover/licensing).
+        &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name, set by the asset&#x27;s author.
+        &quot;updateTime&quot;: &quot;A String&quot;, # The time when the asset was last modified. For published assets, whose
+            # contents are immutable, the update time changes only when metadata
+            # properties, such as visibility, are updated.
       },
     ],
     &quot;totalSize&quot;: 42, # The total number of assets in the list, without pagination.