Zmienia zakres (jednostka organizacyjna lub konta) oraz parametry zapytania blokady. Kont nie można dodawać do blokady obejmującej jednostkę organizacyjną. Nie można też dodawać jednostek organizacyjnych do blokady obejmującej poszczególne konta. Jeśli spróbujesz, nieobsługiwane wartości zostaną zignorowane.
Żądanie HTTP
PUT https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],["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"]]