Method: matters.holds.create
در مورد مشخص شده یک نگهدارنده ایجاد می کند.
درخواست HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/holds
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
matterId | string شناسه موضوع |
درخواست بدن
بدنه درخواست شامل یک نمونه از Hold
است.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه جدیدی از Hold
است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/ediscovery
برای اطلاعات بیشتر، بهOAuth 2.0 Overview .
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-02-27 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-02-27 بهوقت ساعت هماهنگ جهانی."],[[["Creates a hold for the specified matter using an HTTP POST request."],["Requires `matterId` as a path parameter and a request body containing the hold details."],["If successful, the response returns the newly created Hold object."],["Needs authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This document details the process for creating a hold within a specified matter using a POST request. The HTTP request is directed to `https://vault.googleapis.com/v1/matters/{matterId}/holds`, using gRPC Transcoding syntax. The `matterId` is a required path parameter. The request body must include a `Hold` instance, and a successful response returns a newly created `Hold` instance. Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]