Method: matters.update
עדכון העניין שצוין. העדכון הזה יתבצע רק בשם ובתיאור של הפנייה, שמזוהה לפי מזהה הפנייה. המערכת מתעלמת משינויים בשדות אחרים. הפונקציה מחזירה את תצוגת ברירת המחדל של הנושא.
בקשת HTTP
PUT https://vault.googleapis.com/v1/matters/{matterId}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
matterId |
string
מזהה הפנייה.
|
גוף הבקשה
גוף הבקשה מכיל מופע של Matter
.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של 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-27 (שעון UTC).
[null,null,["עדכון אחרון: 2025-02-27 (שעון UTC)."],[[["Updates the name and description of a specified matter using the matter ID."],["Requires a PUT request to the provided URL with the matter ID as a path parameter."],["The request body should contain an instance of `Matter` with the updated details."],["A successful response returns the updated `Matter` object."],["Requires authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["The core action is updating a matter's name and description via a `PUT` request to `https://vault.googleapis.com/v1/matters/{matterId}`, where `matterId` is a string parameter. The request body, an instance of `Matter`, includes the new data. Only name and description changes are accepted, other fields are ignored. A successful response contains an instance of `Matter`. This request requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]