Creates a matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view.
HTTP request
POST https://vault.googleapis.com/v1/matters
The URL uses gRPC Transcoding syntax.
Request body
The request body contains an instance of Matter
.
Response body
If successful, the response body contains a newly created instance of Matter
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/ediscovery
For more information, see the Authorization guide.