Method: matters.close
Закрывает указанную тему. Возвращает дело с обновленным состоянием.
HTTP-запрос
POST https://vault.googleapis.com/v1/matters/{matterId}:close
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
matter Id | string Идентификатор дела. |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
Ответ на CloseMatterRequest.
В случае успеха тело ответа содержит данные следующей структуры:
JSON-представление |
---|
{
"matter": {
object (Matter )
}
} |
Поля |
---|
matter | object ( Matter ) Обновленная папка со статусом CLOSED . |
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/ediscovery
Для получения дополнительной информации см.OAuth 2.0 Overview .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-02-05 UTC.
[null,null,["Последнее обновление: 2025-02-05 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"]]