Method: matters.holds.create
בקשת HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/holds
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
matterId |
string
מזהה הפנייה.
|
גוף הבקשה
גוף הבקשה מכיל מופע של Hold
.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל מופע חדש של Hold
.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/ediscovery
מידע נוסף זמין בOAuth 2.0 Overview.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-02-27 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]