Method: matters.savedQueries.create

Creates a saved query.

HTTP request

POST https://vault.googleapis.com/v1/matters/{matterId}/savedQueries

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
matterId

string

The ID of the matter to create the saved query in.

Request body

The request body contains an instance of SavedQuery.

Response body

If successful, the response body contains a newly created instance of SavedQuery.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/ediscovery

For more information, see the Authorization guide.