নির্দিষ্ট বিষয় আপডেট করে। এটি শুধুমাত্র বিষয়টির নাম এবং বিবরণ আপডেট করে, যা ম্যাটার আইডি দ্বারা চিহ্নিত করা হয়। অন্য কোনো ক্ষেত্রের পরিবর্তন উপেক্ষা করা হয়. বিষয়টির ডিফল্ট দৃষ্টিভঙ্গি প্রদান করে।
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-05 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"]]