docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/vault_v1.matters.html b/docs/dyn/vault_v1.matters.html
index adbfde4..1026ddf 100644
--- a/docs/dyn/vault_v1.matters.html
+++ b/docs/dyn/vault_v1.matters.html
@@ -105,7 +105,7 @@
   <code><a href="#get">get(matterId, view=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets the specified matter.</p>
 <p class="toc_element">
-  <code><a href="#list">list(state=None, pageToken=None, pageSize=None, view=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(pageToken=None, pageSize=None, view=None, state=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists matters the user has access to.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -188,6 +188,8 @@
 
     { # Response to a CloseMatterRequest.
     &quot;matter&quot;: { # Represents a matter. # The updated matter, with state CLOSED.
+      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+          # Should be blank when creating a new matter.
       &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
       &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
       &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
@@ -201,8 +203,6 @@
         },
       ],
       &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-          # Should be blank when creating a new matter.
     },
   }</pre>
 </div>
@@ -218,6 +218,8 @@
     The object takes the form of:
 
 { # Represents a matter.
+  &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+      # Should be blank when creating a new matter.
   &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
   &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
   &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
@@ -231,8 +233,6 @@
     },
   ],
   &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-  &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-      # Should be blank when creating a new matter.
 }
 
   x__xgafv: string, V1 error format.
@@ -244,6 +244,8 @@
   An object of the form:
 
     { # Represents a matter.
+    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+        # Should be blank when creating a new matter.
     &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
     &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
     &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
@@ -257,8 +259,6 @@
       },
     ],
     &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-        # Should be blank when creating a new matter.
   }</pre>
 </div>
 
@@ -277,6 +277,8 @@
   An object of the form:
 
     { # Represents a matter.
+    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+        # Should be blank when creating a new matter.
     &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
     &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
     &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
@@ -290,8 +292,6 @@
       },
     ],
     &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-        # Should be blank when creating a new matter.
   }</pre>
 </div>
 
@@ -311,6 +311,8 @@
   An object of the form:
 
     { # Represents a matter.
+    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+        # Should be blank when creating a new matter.
     &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
     &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
     &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
@@ -324,22 +326,20 @@
       },
     ],
     &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-        # Should be blank when creating a new matter.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(state=None, pageToken=None, pageSize=None, view=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(pageToken=None, pageSize=None, view=None, state=None, x__xgafv=None)</code>
   <pre>Lists matters the user has access to.
 
 Args:
-  state: string, If set, list only matters with that specific state. The default is listing
-matters of all states.
   pageToken: string, The pagination token as returned in the response.
   pageSize: integer, The number of matters to return in the response.
 Default and maximum are 100.
   view: string, Specifies which parts of the matter to return in response.
+  state: string, If set, list only matters with that specific state. The default is listing
+matters of all states.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -352,6 +352,8 @@
     &quot;nextPageToken&quot;: &quot;A String&quot;, # Page token to retrieve the next page of results in the list.
     &quot;matters&quot;: [ # List of matters.
       { # Represents a matter.
+        &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+            # Should be blank when creating a new matter.
         &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
         &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
         &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
@@ -365,8 +367,6 @@
           },
         ],
         &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-        &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-            # Should be blank when creating a new matter.
       },
     ],
   }</pre>
@@ -441,6 +441,8 @@
 
     { # Response to a ReopenMatterRequest.
     &quot;matter&quot;: { # Represents a matter. # The updated matter, with state OPEN.
+      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+          # Should be blank when creating a new matter.
       &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
       &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
       &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
@@ -454,8 +456,6 @@
         },
       ],
       &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-      &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-          # Should be blank when creating a new matter.
     },
   }</pre>
 </div>
@@ -481,6 +481,8 @@
   An object of the form:
 
     { # Represents a matter.
+    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+        # Should be blank when creating a new matter.
     &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
     &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
     &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
@@ -494,8 +496,6 @@
       },
     ],
     &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-        # Should be blank when creating a new matter.
   }</pre>
 </div>
 
@@ -512,6 +512,8 @@
     The object takes the form of:
 
 { # Represents a matter.
+  &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+      # Should be blank when creating a new matter.
   &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
   &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
   &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
@@ -525,8 +527,6 @@
     },
   ],
   &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-  &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-      # Should be blank when creating a new matter.
 }
 
   x__xgafv: string, V1 error format.
@@ -538,6 +538,8 @@
   An object of the form:
 
     { # Represents a matter.
+    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
+        # Should be blank when creating a new matter.
     &quot;state&quot;: &quot;A String&quot;, # The state of the matter.
     &quot;name&quot;: &quot;A String&quot;, # The name of the matter.
     &quot;matterPermissions&quot;: [ # List of users and access to the matter. Currently there is no programmer
@@ -551,8 +553,6 @@
       },
     ],
     &quot;description&quot;: &quot;A String&quot;, # The description of the matter.
-    &quot;matterId&quot;: &quot;A String&quot;, # The matter ID which is generated by the server.
-        # Should be blank when creating a new matter.
   }</pre>
 </div>