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.
"matter": { # Represents a matter. # The updated matter, with state CLOSED.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
"state": "A String", # The state of the matter.
"name": "A String", # The name of the matter.
"matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
@@ -201,8 +203,6 @@
},
],
"description": "A String", # The description of the matter.
- "matterId": "A String", # 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.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
"state": "A String", # The state of the matter.
"name": "A String", # The name of the matter.
"matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
@@ -231,8 +233,6 @@
},
],
"description": "A String", # The description of the matter.
- "matterId": "A String", # 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.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
"state": "A String", # The state of the matter.
"name": "A String", # The name of the matter.
"matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
@@ -257,8 +259,6 @@
},
],
"description": "A String", # The description of the matter.
- "matterId": "A String", # 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.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
"state": "A String", # The state of the matter.
"name": "A String", # The name of the matter.
"matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
@@ -290,8 +292,6 @@
},
],
"description": "A String", # The description of the matter.
- "matterId": "A String", # 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.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
"state": "A String", # The state of the matter.
"name": "A String", # The name of the matter.
"matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
@@ -324,22 +326,20 @@
},
],
"description": "A String", # The description of the matter.
- "matterId": "A String", # 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 @@
"nextPageToken": "A String", # Page token to retrieve the next page of results in the list.
"matters": [ # List of matters.
{ # Represents a matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
"state": "A String", # The state of the matter.
"name": "A String", # The name of the matter.
"matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
@@ -365,8 +367,6 @@
},
],
"description": "A String", # The description of the matter.
- "matterId": "A String", # 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.
"matter": { # Represents a matter. # The updated matter, with state OPEN.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
"state": "A String", # The state of the matter.
"name": "A String", # The name of the matter.
"matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
@@ -454,8 +456,6 @@
},
],
"description": "A String", # The description of the matter.
- "matterId": "A String", # 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.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
"state": "A String", # The state of the matter.
"name": "A String", # The name of the matter.
"matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
@@ -494,8 +496,6 @@
},
],
"description": "A String", # The description of the matter.
- "matterId": "A String", # 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.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
"state": "A String", # The state of the matter.
"name": "A String", # The name of the matter.
"matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
@@ -525,8 +527,6 @@
},
],
"description": "A String", # The description of the matter.
- "matterId": "A String", # 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.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
"state": "A String", # The state of the matter.
"name": "A String", # The name of the matter.
"matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
@@ -551,8 +553,6 @@
},
],
"description": "A String", # The description of the matter.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
}</pre>
</div>