עדכון העניין שצוין. העדכון הזה יתבצע רק בשם ובתיאור של הפנייה, שמזוהה לפי מזהה הפנייה. המערכת מתעלמת משינויים בשדות אחרים. הפונקציה מחזירה את תצוגת ברירת המחדל של הנושא.
בקשת HTTP
PUT https://vault.googleapis.com/v1/matters/{matterId}
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-02-06 (שעון 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"]]