|
2 | 2 | "auth": {
|
3 | 3 | "oauth2": {
|
4 | 4 | "scopes": {
|
| 5 | + "https://www.googleapis.com/auth/chat.app.memberships": { |
| 6 | + "description": "On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces" |
| 7 | + }, |
| 8 | + "https://www.googleapis.com/auth/chat.app.spaces": { |
| 9 | + "description": "On their own behalf, apps in Google Chat can create conversations and spaces and see or update their metadata (including history settings and access settings)" |
| 10 | + }, |
5 | 11 | "https://www.googleapis.com/auth/chat.bot": {
|
6 | 12 | "description": "Private Service: https://www.googleapis.com/auth/chat.bot"
|
7 | 13 | },
|
|
217 | 223 | "$ref": "Operation"
|
218 | 224 | },
|
219 | 225 | "scopes": [
|
| 226 | + "https://www.googleapis.com/auth/chat.app.memberships", |
| 227 | + "https://www.googleapis.com/auth/chat.app.spaces", |
220 | 228 | "https://www.googleapis.com/auth/chat.memberships",
|
221 | 229 | "https://www.googleapis.com/auth/chat.memberships.readonly",
|
222 | 230 | "https://www.googleapis.com/auth/chat.messages",
|
|
412 | 420 | "$ref": "Operation"
|
413 | 421 | },
|
414 | 422 | "scopes": [
|
| 423 | + "https://www.googleapis.com/auth/chat.app.memberships", |
| 424 | + "https://www.googleapis.com/auth/chat.app.spaces", |
415 | 425 | "https://www.googleapis.com/auth/chat.memberships",
|
416 | 426 | "https://www.googleapis.com/auth/chat.memberships.readonly",
|
417 | 427 | "https://www.googleapis.com/auth/chat.messages",
|
|
454 | 464 | "$ref": "Operation"
|
455 | 465 | },
|
456 | 466 | "scopes": [
|
| 467 | + "https://www.googleapis.com/auth/chat.app.memberships", |
| 468 | + "https://www.googleapis.com/auth/chat.app.spaces", |
457 | 469 | "https://www.googleapis.com/auth/chat.memberships",
|
458 | 470 | "https://www.googleapis.com/auth/chat.memberships.readonly",
|
459 | 471 | "https://www.googleapis.com/auth/chat.messages",
|
|
474 | 486 | }
|
475 | 487 | }
|
476 | 488 | },
|
477 |
| - "revision": "20250427", |
| 489 | + "revision": "20250615", |
478 | 490 | "rootUrl": "https://workspaceevents.googleapis.com/",
|
479 | 491 | "schemas": {
|
480 | 492 | "ListSubscriptionsResponse": {
|
|
0 commit comments