Method: matters.reopen
Membuka kembali masalah yang ditentukan. Menampilkan masalah dengan status yang diperbarui.
Permintaan HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}:reopen
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
matterId |
string
ID masalah.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Respons terhadap ReopenMatterRequest.
Jika berhasil, isi respons memuat data dengan struktur berikut:
Representasi JSON |
{
"matter": {
object (Matter )
}
} |
Kolom |
matter |
object (Matter )
Masalah yang diperbarui, dengan status OPEN.
|
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-27 UTC.
[null,null,["Terakhir diperbarui pada 2025-02-27 UTC."],[[["Reopens a specified matter and returns it with an updated state of \"OPEN\"."],["Requires an HTTP POST request to the specified endpoint with the matter ID as a path parameter."],["The request body should be empty and the response includes the updated matter object."],["Utilizes gRPC Transcoding syntax for the URL and needs 'https://www.googleapis.com/auth/ediscovery' authorization scope."]]],["The core action is to reopen a specified matter via a `POST` HTTP request to `https://vault.googleapis.com/v1/matters/{matterId}:reopen`. The `matterId` is a path parameter identifying the matter. The request body must be empty. A successful response contains a JSON representation of the updated matter object with the state `OPEN`. This action requires the OAuth scope `https://www.googleapis.com/auth/ediscovery` for authorization.\n"]]