Method: matters.update
Belirtilen konuyu günceller. Bu işlemle yalnızca konu kimliğiyle tanımlanan konunun adı ve açıklaması güncellenir. Diğer alanlarda yapılan değişiklikler yoksayılır. Konunun varsayılan görünümünü döndürür.
HTTP isteği
PUT https://vault.googleapis.com/v1/matters/{matterId}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
matterId |
string
Konu kimliği.
|
İstek içeriği
İstek metni, Matter
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılıysa yanıt metni, Matter
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/ediscovery
Daha fazla bilgi için OAuth 2.0 Overview sayfasına bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-02-27 UTC.
[null,null,["Son güncelleme tarihi: 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"]]