|
321 | 321 | ]
|
322 | 322 | },
|
323 | 323 | "delete": {
|
324 |
| -"description": "Deletes a named space. Always performs a cascading delete, which means that the space's child resources\u2014like messages posted in the space and memberships in the space\u2014are also deleted. For an example, see [Delete a space](https://developers.google.com/workspace/chat/delete-spaces). Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://developers.google.com/workspace/preview) - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can authenticate and authorize this method with administrator privileges by setting the `use_admin_access` field in the request.", |
| 324 | +"description": "Deletes a named space. Always performs a cascading delete, which means that the space's child resources\u2014like messages posted in the space and memberships in the space\u2014are also deleted. For an example, see [Delete a space](https://developers.google.com/workspace/chat/delete-spaces). Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - Developer Preview: [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth). Requires that the Chat app created the space using app authentication. - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can authenticate and authorize this method with administrator privileges by setting the `use_admin_access` field in the request.", |
325 | 325 | "flatPath": "v1/spaces/{spacesId}",
|
326 | 326 | "httpMethod": "DELETE",
|
327 | 327 | "id": "chat.spaces.delete",
|
|
720 | 720 | ]
|
721 | 721 | },
|
722 | 722 | "patch": {
|
723 |
| -"description": "Updates a membership. For an example, see [Update a user's membership in a space](https://developers.google.com/workspace/chat/update-members). Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://developers.google.com/workspace/preview) - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can authenticate and authorize this method with administrator privileges by setting the `use_admin_access` field in the request.", |
| 723 | +"description": "Updates a membership. For an example, see [Update a user's membership in a space](https://developers.google.com/workspace/chat/update-members). Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - Developer Preview: [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth). Requires that the Chat app created the space using app authentication. - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can authenticate and authorize this method with administrator privileges by setting the `use_admin_access` field in the request.", |
724 | 724 | "flatPath": "v1/spaces/{spacesId}/members/{membersId}",
|
725 | 725 | "httpMethod": "PATCH",
|
726 | 726 | "id": "chat.spaces.members.patch",
|
|
1184 | 1184 | "$ref": "SpaceEvent"
|
1185 | 1185 | },
|
1186 | 1186 | "scopes": [
|
| 1187 | +"https://www.googleapis.com/auth/chat.app.memberships", |
| 1188 | +"https://www.googleapis.com/auth/chat.app.spaces", |
1187 | 1189 | "https://www.googleapis.com/auth/chat.memberships",
|
1188 | 1190 | "https://www.googleapis.com/auth/chat.memberships.readonly",
|
1189 | 1191 | "https://www.googleapis.com/auth/chat.messages",
|
|
1232 | 1234 | "$ref": "ListSpaceEventsResponse"
|
1233 | 1235 | },
|
1234 | 1236 | "scopes": [
|
| 1237 | +"https://www.googleapis.com/auth/chat.app.memberships", |
| 1238 | +"https://www.googleapis.com/auth/chat.app.spaces", |
1235 | 1239 | "https://www.googleapis.com/auth/chat.memberships",
|
1236 | 1240 | "https://www.googleapis.com/auth/chat.memberships.readonly",
|
1237 | 1241 | "https://www.googleapis.com/auth/chat.messages",
|
|
1410 | 1414 | }
|
1411 | 1415 | }
|
1412 | 1416 | },
|
1413 |
| -"revision": "20250311", |
| 1417 | +"revision": "20250316", |
1414 | 1418 | "rootUrl": "https://chat.googleapis.com/",
|
1415 | 1419 | "schemas": {
|
1416 | 1420 | "AccessSettings": {
|
|
0 commit comments