@@ -42,8 +42,8 @@ Create an export in a matter
4242
4343| Parameter | Type | Required | Description |
4444| --------- | ---- | -------- | ----------- |
45- | ` matterId ` | string | Yes | No description |
46- | ` exportName ` | string | Yes | No description |
45+ | ` matterId ` | string | Yes | The matter ID |
46+ | ` exportName ` | string | Yes | Name for the export \( avoid special characters \) |
4747| ` corpus ` | string | Yes | Data corpus to export \( MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) |
4848| ` accountEmails ` | string | No | Comma-separated list of user emails to scope export |
4949| ` orgUnitId ` | string | No | Organization unit ID to scope export \( alternative to emails\) |
@@ -65,10 +65,10 @@ List exports for a matter
6565
6666| Parameter | Type | Required | Description |
6767| --------- | ---- | -------- | ----------- |
68- | ` matterId ` | string | Yes | No description |
69- | ` pageSize ` | number | No | No description |
70- | ` pageToken ` | string | No | No description |
71- | ` exportId ` | string | No | No description |
68+ | ` matterId ` | string | Yes | The matter ID |
69+ | ` pageSize ` | number | No | Number of exports to return per page |
70+ | ` pageToken ` | string | No | Token for pagination |
71+ | ` exportId ` | string | No | Optional export ID to fetch a specific export |
7272
7373#### Output
7474
@@ -86,10 +86,10 @@ Download a single file from a Google Vault export (GCS object)
8686
8787| Parameter | Type | Required | Description |
8888| --------- | ---- | -------- | ----------- |
89- | ` matterId ` | string | Yes | No description |
90- | ` bucketName ` | string | Yes | No description |
91- | ` objectName ` | string | Yes | No description |
92- | ` fileName ` | string | No | No description |
89+ | ` matterId ` | string | Yes | The matter ID |
90+ | ` bucketName ` | string | Yes | GCS bucket name from cloudStorageSink.files.bucketName |
91+ | ` objectName ` | string | Yes | GCS object name from cloudStorageSink.files.objectName |
92+ | ` fileName ` | string | No | Optional filename override for the downloaded file |
9393
9494#### Output
9595
@@ -105,8 +105,8 @@ Create a hold in a matter
105105
106106| Parameter | Type | Required | Description |
107107| --------- | ---- | -------- | ----------- |
108- | ` matterId ` | string | Yes | No description |
109- | ` holdName ` | string | Yes | No description |
108+ | ` matterId ` | string | Yes | The matter ID |
109+ | ` holdName ` | string | Yes | Name for the hold |
110110| ` corpus ` | string | Yes | Data corpus to hold \( MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) |
111111| ` accountEmails ` | string | No | Comma-separated list of user emails to put on hold |
112112| ` orgUnitId ` | string | No | Organization unit ID to put on hold \( alternative to accounts\) |
@@ -129,10 +129,10 @@ List holds for a matter
129129
130130| Parameter | Type | Required | Description |
131131| --------- | ---- | -------- | ----------- |
132- | ` matterId ` | string | Yes | No description |
133- | ` pageSize ` | number | No | No description |
134- | ` pageToken ` | string | No | No description |
135- | ` holdId ` | string | No | No description |
132+ | ` matterId ` | string | Yes | The matter ID |
133+ | ` pageSize ` | number | No | Number of holds to return per page |
134+ | ` pageToken ` | string | No | Token for pagination |
135+ | ` holdId ` | string | No | Optional hold ID to fetch a specific hold |
136136
137137#### Output
138138
@@ -150,8 +150,8 @@ Create a new matter in Google Vault
150150
151151| Parameter | Type | Required | Description |
152152| --------- | ---- | -------- | ----------- |
153- | ` name ` | string | Yes | No description |
154- | ` description ` | string | No | No description |
153+ | ` name ` | string | Yes | Name for the new matter |
154+ | ` description ` | string | No | Optional description for the matter |
155155
156156#### Output
157157
@@ -167,9 +167,9 @@ List matters, or get a specific matter if matterId is provided
167167
168168| Parameter | Type | Required | Description |
169169| --------- | ---- | -------- | ----------- |
170- | ` pageSize ` | number | No | No description |
171- | ` pageToken ` | string | No | No description |
172- | ` matterId ` | string | No | No description |
170+ | ` pageSize ` | number | No | Number of matters to return per page |
171+ | ` pageToken ` | string | No | Token for pagination |
172+ | ` matterId ` | string | No | Optional matter ID to fetch a specific matter |
173173
174174#### Output
175175
0 commit comments