Creates a matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 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."]]],[]]