Method: matters.holds.update
تعديل النطاق (الوحدة التنظيمية أو الحسابات) ومَعلمات طلب البحث لعملية تجميد البيانات لا يمكنك إضافة حسابات إلى عملية تجميد بيانات تشمل وحدة تنظيمية، ولا يمكنك إضافة وحدات تنظيمية إلى عملية تجميد بيانات تشمل حسابات فردية. وفي حال حاولت ذلك، سيتم تجاهل القيم غير المتوافقة.
طلب HTTP
PUT https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
matterId |
string
رقم تعريف المسألة القانونية.
|
holdId |
string
رقم تعريف المبلغ المحجوز مؤقتًا في الحساب
|
نص الطلب
يحتوي نص الطلب على مثال Hold
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Hold
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/ediscovery
لمزيد من المعلومات، يُرجى الاطّلاع على OAuth 2.0 Overview.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-02-27 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-02-27 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]