Method: matters.create
Tạo một vấn đề có tên và nội dung mô tả đã cho. Trạng thái ban đầu là mở và chủ sở hữu là phương thức gọi. Trả về vấn đề đã tạo với chế độ xem mặc định.
Yêu cầu HTTP
POST https://vault.googleapis.com/v1/matters
URL sử dụng cú pháp Chuyển mã gRPC.
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của Matter
.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một thực thể Matter
mới tạo.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/ediscovery
Để biết thêm thông tin, hãy xem OAuth 2.0 Overview.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-02-06 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-02-06 UTC."],[[["Creates a matter with a given name and description, starting in an open state and owned by the requester."],["Uses an HTTP POST request to `https://vault.googleapis.com/v1/matters` with the matter details in the request body."],["Requires `https://www.googleapis.com/auth/ediscovery` OAuth scope for authorization."],["Returns the newly created matter with a default view upon successful completion."]]],["A new matter is created using a POST request to `https://vault.googleapis.com/v1/matters`. The request body must contain a `Matter` instance, specifying the matter's name and description. The response returns the newly created `Matter` instance. The created matter's initial state is open, with the requestor set as the owner. Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope. This uses gRPC Transcoding syntax.\n"]]