Method: matters.undelete
Восстанавливает указанную папку. Возвращает дело с обновленным состоянием.
HTTP-запрос
POST https://vault.googleapis.com/v1/matters/{matterId}:undelete
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
matter Id | string Идентификатор дела. |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит экземпляр Matter
.
Области авторизации
Требуется следующая область действия 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."],[[["Undeletes a specified matter using its ID."],["Requires an empty request body and returns the updated matter details."],["Utilizes the `POST` method with the matter ID as a path parameter."],["Needs authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["The core content describes how to undelete a matter using a `POST` request to the specified URL: `https://vault.googleapis.com/v1/matters/{matterId}:undelete`. The `matterId` parameter, a string, is required in the URL path. The request body must be empty. A successful operation returns an instance of `Matter` in the response body. This action requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope for authorization.\n"]]