Method: matters.close
يؤدي النقر على هذا الزر إلى إغلاق المسألة القانونية المحدّدة. تعرِض هذه السمة المسألة القانونية بالحالة المعدَّلة.
طلب HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}:close
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
matterId |
string
رقم تعريف المسألة القانونية.
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
استجابة لطلب CloseMatterRequest
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
تمثيل JSON |
{
"matter": {
object (Matter )
}
} |
الحقول |
matter |
object (Matter )
المسألة القانونية المعدَّلة، التي تحمل الحالة مغلقة
|
نطاقات التفويض
يجب توفير نطاق 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-06 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-02-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Closes the specified matter and updates its state to CLOSED."],["Requires an HTTP POST request to the specified endpoint with the matter ID as a path parameter."],["The request body should be empty, and a successful response will contain the updated matter object."],["Requires authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This document outlines the process to close a matter using an HTTP POST request to `https://vault.googleapis.com/v1/matters/{matterId}:close`. The request requires a `matterId` path parameter, and the request body must be empty. Successful execution returns a JSON response containing an updated matter object with the state \"CLOSED.\" Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope. The specified documentation is done with the use of gRPC Transcoding syntax.\n"]]