v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13327173.8 KB
matters

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.

post/v1/matters

Request body

descriptionstring

An optional description for the matter.

matterRegion'MATTER_REGION_UNSPECIFIED' | 'ANY' | 'US' | 'EUROPE'

Optional. The requested data region for the matter.

matterIdstring

The matter ID, which is generated by the server. Leave blank when creating a matter.

namestring

The name of the matter.

state'STATE_UNSPECIFIED' | 'OPEN' | 'CLOSED' | 'DELETED'

The state of the matter.

Response

Successful response