Method: matters.close
Zamyka wskazaną sprawę. Zwraca sprawę ze zaktualizowanym stanem.
Żądanie HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}:close
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
matterId |
string
Identyfikator sprawy.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
Odpowiedź na CloseMatterRequest.
W przypadku powodzenia treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"matter": {
object (Matter )
}
} |
Pola |
matter |
object (Matter )
Zaktualizowana sprawa o stanie CLOSED (zamknięta).
|
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/ediscovery
Więcej informacji znajdziesz w OAuth 2.0 Overview.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-27 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]