Method: matters.reopen
指定した問題を再オープンします。ステータスが更新された案件を返します。
HTTP リクエスト
POST https://vault.googleapis.com/v1/matters/{matterId}:reopen
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
matterId |
string
案件 ID。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
ReopenMatterRequest へのレスポンス。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
{
"matter": {
object (Matter )
}
} |
フィールド |
matter |
object (Matter )
更新された問題(ステータスは [OPEN])。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/ediscovery
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-27 UTC。
[null,null,["最終更新日 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"]]