Method: matters.create
Создает дело с заданным именем и описанием. Начальное состояние открыто, а владельцем является вызывающий метод. Возвращает созданную материю с видом по умолчанию.
HTTP-запрос
POST https://vault.googleapis.com/v1/matters
URL-адрес использует синтаксис транскодирования gRPC .
Тело запроса
Тело запроса содержит экземпляр Matter
.
Тело ответа
В случае успеха тело ответа содержит вновь созданный экземпляр 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."],[[["Creates a matter with a given name and description, starting in an open state and owned by the requester."],["Uses an HTTP POST request to `https://vault.googleapis.com/v1/matters` with the matter details in the request body."],["Requires `https://www.googleapis.com/auth/ediscovery` OAuth scope for authorization."],["Returns the newly created matter with a default view upon successful completion."]]],["A new matter is created using a POST request to `https://vault.googleapis.com/v1/matters`. The request body must contain a `Matter` instance, specifying the matter's name and description. The response returns the newly created `Matter` instance. The created matter's initial state is open, with the requestor set as the owner. Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope. This uses gRPC Transcoding syntax.\n"]]