Method: matters.holds.update
記録保持のスコープ(組織部門またはアカウント)とクエリ パラメータを更新します。組織部門を対象とした記録保持にアカウントを追加することはできません。また、個々のユーザー アカウントを対象とした記録保持に組織部門を追加することもできません。サポートされていない値を指定しても無視されます。
HTTP リクエスト
PUT https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
matterId |
string
案件 ID。
|
holdId |
string
保留の ID。
|
リクエストの本文
リクエストの本文には Hold
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には Hold
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/ediscovery
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-06 UTC。
[null,null,["最終更新日 2025-02-06 UTC。"],[[["Updates a hold's scope (organizational unit or accounts) and query parameters, but doesn't allow mixing account and organizational unit scopes within the same hold."],["The endpoint for updating is `PUT https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}` and requires specifying matter and hold IDs."],["The request and response bodies both utilize the `Hold` object for data transfer."],["Authorization necessitates the `https://www.googleapis.com/auth/ediscovery` OAuth scope."]]],[]]