Method: matters.reopen
פתיחה מחדש של העניין שצוין. הפונקציה מחזירה את הפנייה עם סטטוס מעודכן.
בקשת HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}:reopen
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
matterId |
string
מזהה הפנייה.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
תשובה לבקשה ReopenMatterRequest.
אם הפעולה מצליחה, גוף התגובה מכיל נתונים במבנה הבא:
ייצוג ב-JSON |
{
"matter": {
object (Matter )
}
} |
שדות |
matter |
object (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)."],[[["Reopens a specified matter and returns it with an updated state of \"OPEN\"."],["Requires an HTTP POST request to the specified endpoint with the matter ID as a path parameter."],["The request body should be empty and the response includes the updated matter object."],["Utilizes gRPC Transcoding syntax for the URL and needs 'https://www.googleapis.com/auth/ediscovery' authorization scope."]]],["The core action is to reopen a specified matter via a `POST` HTTP request to `https://vault.googleapis.com/v1/matters/{matterId}:reopen`. The `matterId` is a path parameter identifying the matter. The request body must be empty. A successful response contains a JSON representation of the updated matter object with the state `OPEN`. This action requires the OAuth scope `https://www.googleapis.com/auth/ediscovery` for authorization.\n"]]