Method: matters.reopen
موضوع مشخص شده را دوباره باز می کند. موضوع را با حالت به روز برمی گرداند.
درخواست HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}:reopen
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
matterId | string شناسه موضوع |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
پاسخ به ReopenMatterRequest.
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی داده هایی با ساختار زیر است:
نمایندگی JSON |
---|
{
"matter": {
object (Matter )
}
} |
فیلدها |
---|
matter | object ( Matter ) موضوع به روز شده، با حالت باز . |
محدوده مجوز
به محدوده 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 بهوقت ساعت هماهنگ جهانی."],[[["Reopens a specified matter and returns it with an updated state of \"OPEN\"."],["Requires an HTTP POST request to the specified endpoint with the matter ID as a path parameter."],["The request body should be empty and the response includes the updated matter object."],["Utilizes gRPC Transcoding syntax for the URL and needs 'https://www.googleapis.com/auth/ediscovery' authorization scope."]]],["The core action is to reopen a specified matter via a `POST` HTTP request to `https://vault.googleapis.com/v1/matters/{matterId}:reopen`. The `matterId` is a path parameter identifying the matter. The request body must be empty. A successful response contains a JSON representation of the updated matter object with the state `OPEN`. This action requires the OAuth scope `https://www.googleapis.com/auth/ediscovery` for authorization.\n"]]