Method: matters.holds.update

Updates the scope (organizational unit or accounts) and query parameters of a hold. You cannot add accounts to a hold that covers an organizational unit, nor can you add organizational units to a hold that covers individual accounts. If you try, the unsupported values are ignored.

HTTP request

PUT https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
matterId

string

The matter ID.

holdId

string

The ID of the hold.

Request body

The request body contains an instance of Hold.

Response body

If successful, the response body contains an instance of Hold.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/ediscovery

For more information, see the Authorization guide.