Skip to content

Commit bc983e9

Browse files
feat(chat): update the api
#### chat:v1 The following keys were added: - resources.spaces.resources.messages.resources.attachments.methods.get.scopes (Total Keys: 1) - schemas.Space.properties.adminInstalled (Total Keys: 2) The following keys were changed: - resources.media.methods.download.scopes (Total Keys: 1) - resources.spaces.methods.get.scopes (Total Keys: 1) - resources.spaces.methods.list.scopes (Total Keys: 1) - resources.spaces.resources.members.methods.get.scopes (Total Keys: 1) - resources.spaces.resources.members.methods.list.scopes (Total Keys: 1) - resources.spaces.resources.messages.methods.create.scopes (Total Keys: 1) - resources.spaces.resources.messages.methods.delete.scopes (Total Keys: 1) - resources.spaces.resources.messages.methods.get.scopes (Total Keys: 1) - resources.spaces.resources.messages.methods.patch.scopes (Total Keys: 1) - resources.spaces.resources.messages.methods.update.scopes (Total Keys: 1)
1 parent 12b1c85 commit bc983e9

File tree

3 files changed

+170
-140
lines changed

3 files changed

+170
-140
lines changed

docs/dyn/chat_v1.spaces.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ <h3>Method Details</h3>
117117
An object of the form:
118118

119119
{ # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app.
120+
&quot;adminInstalled&quot;: True or False, # Output only. Whether the Chat app was installed by a Google Workspace administrator. Administrators can install a Chat app for their domain, organizational unit, or a group of users. Administrators can only install Chat apps for direct messaging between users and the app. To support admin install, your app must feature direct messaging.
120121
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. Required when [creating a space](https://developers.google.com/chat/api/reference/rest/v1/spaces/create). For direct messages, this field may be empty. Supports up to 128 characters.
121122
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space. Format: spaces/{space}
122123
&quot;singleUserBotDm&quot;: True or False, # Optional. Whether the space is a DM between a Chat app and a single human.
@@ -149,6 +150,7 @@ <h3>Method Details</h3>
149150
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token that can be sent as `pageToken` to retrieve the next page of results. If empty, there are no subsequent pages.
150151
&quot;spaces&quot;: [ # List of spaces in the requested (or first) page.
151152
{ # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app.
153+
&quot;adminInstalled&quot;: True or False, # Output only. Whether the Chat app was installed by a Google Workspace administrator. Administrators can install a Chat app for their domain, organizational unit, or a group of users. Administrators can only install Chat apps for direct messaging between users and the app. To support admin install, your app must feature direct messaging.
152154
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. Required when [creating a space](https://developers.google.com/chat/api/reference/rest/v1/spaces/create). For direct messages, this field may be empty. Supports up to 128 characters.
153155
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space. Format: spaces/{space}
154156
&quot;singleUserBotDm&quot;: True or False, # Optional. Whether the space is a DM between a Chat app and a single human.

0 commit comments

Comments
 (0)