Method: matters.close
Belirtilen konuyu kapatır. Konuyu güncellenmiş durumla döndürür.
HTTP isteği
POST https://vault.googleapis.com/v1/matters/{matterId}:close
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 boş olmalıdır.
Yanıt gövdesi
CloseMatterRequest isteğine verilen yanıt.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
JSON gösterimi |
{
"matter": {
object (Matter )
}
} |
Alanlar |
matter |
object (Matter )
KAPALI durumundaki güncellenmiş konu.
|
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."],[[["Closes the specified matter and updates its state to CLOSED."],["Requires an HTTP POST request to the specified endpoint with the matter ID as a path parameter."],["The request body should be empty, and a successful response will contain the updated matter object."],["Requires authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This document outlines the process to close a matter using an HTTP POST request to `https://vault.googleapis.com/v1/matters/{matterId}:close`. The request requires a `matterId` path parameter, and the request body must be empty. Successful execution returns a JSON response containing an updated matter object with the state \"CLOSED.\" Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope. The specified documentation is done with the use of gRPC Transcoding syntax.\n"]]