Skip to content

Commit

Permalink
fix(chat): update the API
Browse files Browse the repository at this point in the history
#### chat:v1
The following keys were changed:
- schemas.Space.properties.displayName.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 10, 2020
1 parent bbbed18 commit ed14465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/chat-v1.json
Expand Up @@ -317,7 +317,7 @@
}
}
},
"revision": "20200508",
"revision": "20200701",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -963,7 +963,7 @@
"id": "Space",
"properties": {
"displayName": {
"description": "Output only. The display name (only if the space is a room).",
"description": "Output only. The display name (only if the space is a room).\nPlease note that this field might not be populated in direct messages\nbetween humans.",
"type": "string"
},
"name": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/chat/v1.ts
Expand Up @@ -506,7 +506,7 @@ export namespace chat_v1 {
*/
export interface Schema$Space {
/**
* Output only. The display name (only if the space is a room).
* Output only. The display name (only if the space is a room). Please note that this field might not be populated in direct messages between humans.
*/
displayName?: string | null;
/**
Expand Down

0 comments on commit ed14465

Please sign in to comment.