Method: matters.undelete
ביטול המחיקה של העניין שצוין. הפונקציה מחזירה את הפנייה עם סטטוס מעודכן.
בקשת HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}:undelete
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
matterId |
string
מזהה הפנייה.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של Matter
.
היקפי הרשאה
נדרש היקף הרשאות 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-06 (שעון UTC).
[null,null,["עדכון אחרון: 2025-02-06 (שעון 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"]]