Method: matters.close
Closes the specified matter. Returns the matter with updated state.
HTTP request
POST https://vault.googleapis.com/v1/matters/{matterId}:close
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
matterId |
string
The matter ID.
|
Request body
The request body must be empty.
Response body
Response to a CloseMatterRequest.
If successful, the response body contains data with the following structure:
JSON representation |
{
"matter": {
object (Matter )
}
} |
Fields |
matter |
object (Matter )
The updated matter, with state CLOSED.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/ediscovery
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-27 UTC.
[null,null,["Last updated 2025-02-27 UTC."],[[["Closes the specified matter and updates its state to CLOSED."],["Requires an HTTP POST request to the specified endpoint with the matter ID as a path parameter."],["The request body should be empty, and a successful response will contain the updated matter object."],["Requires authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This document outlines the process to close a matter using an HTTP POST request to `https://vault.googleapis.com/v1/matters/{matterId}:close`. The request requires a `matterId` path parameter, and the request body must be empty. Successful execution returns a JSON response containing an updated matter object with the state \"CLOSED.\" Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope. The specified documentation is done with the use of gRPC Transcoding syntax.\n"]]