Method: matters.create
Tworzy sprawę o danej nazwie i opisie. Stan początkowy jest otwarty, a właścicielem jest użytkownik wywołujący metodę. Zwraca utworzoną sprawę w widoku domyślnym.
Żądanie HTTP
POST https://vault.googleapis.com/v1/matters
Adres URL używa składni transkodowania gRPC.
Treść żądania
Treść żądania zawiera wystąpienie elementu Matter
.
Treść odpowiedzi
Jeśli operacja się powiedzie, treść odpowiedzi będzie zawierała nowo utworzoną instancję Matter
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/ediscovery
Więcej informacji znajdziesz w OAuth 2.0 Overview.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-06 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]