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:
- schemas.HangoutsChatInfo.properties.roomId.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 9, 2023
1 parent b92d702 commit 444f5cf
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
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@
}
}
},
"revision": "20220423",
"revision": "20230203",
"rootUrl": "https://vault.googleapis.com/",
"schemas": {
"AccountCount": {
Expand Down Expand Up @@ -1747,7 +1747,7 @@
"id": "HangoutsChatInfo",
"properties": {
"roomId": {
"description": "A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/hangouts/chat).",
"description": "A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/chat). There is a limit of exporting from 500 Chat spaces per request.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/vault/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export namespace vault_v1 {
*/
export interface Schema$HangoutsChatInfo {
/**
* A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/hangouts/chat).
* A list of Chat spaces IDs, as provided by the [Chat API](https://developers.google.com/chat). There is a limit of exporting from 500 Chat spaces per request.
*/
roomId?: string[] | null;
}
Expand Down

0 comments on commit 444f5cf

Please sign in to comment.