Method: matters.holds.create
Tworzy blokadę w określonej sprawie.
Żądanie HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/holds
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
matterId |
string
Identyfikator sprawy.
|
Treść żądania
Treść żądania zawiera wystąpienie elementu Hold
.
Treść odpowiedzi
Jeśli operacja się powiedzie, treść odpowiedzi będzie zawierała nowo utworzoną instancję Hold
.
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."],[[["Creates a hold for the specified matter using an HTTP POST request."],["Requires `matterId` as a path parameter and a request body containing the hold details."],["If successful, the response returns the newly created Hold object."],["Needs authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This document details the process for creating a hold within a specified matter using a POST request. The HTTP request is directed to `https://vault.googleapis.com/v1/matters/{matterId}/holds`, using gRPC Transcoding syntax. The `matterId` is a required path parameter. The request body must include a `Hold` instance, and a successful response returns a newly created `Hold` instance. Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]