Skip to content

Commit

Permalink
fix(vault): update the API
Browse files Browse the repository at this point in the history
#### vault:v1

The following keys were changed:
- description
  • Loading branch information
yoshi-automation authored and bcoe committed May 3, 2021
1 parent f3080e7 commit 2cf2a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/vault-v1.json
Expand Up @@ -15,7 +15,7 @@
"baseUrl": "https://vault.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Vault",
"description": "Archiving and eDiscovery for G Suite.",
"description": "Retention and eDiscovery for Google Workspace. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege. For example, to download an export, an account needs the **Manage Exports** privilege and the matter shared with them. ",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/vault",
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -1193,7 +1193,7 @@
}
}
},
"revision": "20210406",
"revision": "20210419",
"rootUrl": "https://vault.googleapis.com/",
"schemas": {
"AccountCount": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/vault/v1.ts
Expand Up @@ -103,7 +103,7 @@ export namespace vault_v1 {
/**
* G Suite Vault API
*
* Archiving and eDiscovery for G Suite.
* Retention and eDiscovery for Google Workspace. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege. For example, to download an export, an account needs the **Manage Exports** privilege and the matter shared with them.
*
* @example
* ```js
Expand Down

0 comments on commit 2cf2a7c

Please sign in to comment.