Method: matters.close
Menutup masalah yang ditentukan. Menampilkan masalah dengan status yang diperbarui.
Permintaan HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}:close
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
matterId |
string
ID masalah.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Respons terhadap CloseMatterRequest.
Jika berhasil, isi respons memuat data dengan struktur berikut:
Representasi JSON |
{
"matter": {
object (Matter )
}
} |
Kolom |
matter |
object (Matter )
Masalah yang diperbarui, dengan status CLOSED.
|
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/ediscovery
Untuk mengetahui informasi selengkapnya, lihat OAuth 2.0 Overview.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-02-06 UTC.
[null,null,["Terakhir diperbarui pada 2025-02-06 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"]]