Method: matters.holds.update
Aktualisiert den Umfang (Organisationseinheit oder Konten) und die Abfrageparameter eines Holds. Sie können einem Hold, der für eine Organisationseinheit gilt, keine Konten hinzufügen und einem Hold, der für einzelne Konten gilt, keine Organisationseinheiten. Wenn Sie dies versuchen, werden die nicht unterstützten Werte ignoriert.
HTTP-Anfrage
PUT https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
matterId |
string
Die ID der Rechtsangelegenheit.
|
holdId |
string
Die ID der Vorautorisierung.
|
Anfragetext
Der Anfragetext enthält eine Instanz von Hold
.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Hold
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/ediscovery
Weitere Informationen finden Sie unter OAuth 2.0 Overview.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-27 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-02-27 (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."]]],["This document outlines the process for updating a hold via a `PUT` request to `https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}`. The request requires `matterId` and `holdId` path parameters. The request body should contain a `Hold` instance. Upon successful update, the response body returns an updated `Hold` instance. The operation supports organizational unit or account scope updates but does not allow mixing both types in a single hold. Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]