Skip to content

Commit

Permalink
feat(chat): update the api
Browse files Browse the repository at this point in the history
#### chat:v1

The following keys were added:
- resources.spaces.methods.get.scopes (Total Keys: 1)
- resources.spaces.methods.list.scopes (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 13, 2022
1 parent 9d8a28d commit 4b6ec2a
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions googleapiclient/discovery_cache/documents/chat.v1.json
Expand Up @@ -13,6 +13,12 @@
},
"https://www.googleapis.com/auth/chat.messages.readonly": {
"description": "View messages and reactions in Google Chat"
},
"https://www.googleapis.com/auth/chat.spaces": {
"description": "Create conversations and spaces and view or update metadata (including history settings) in Google Chat"
},
"https://www.googleapis.com/auth/chat.spaces.readonly": {
"description": "View chat and spaces in Google Chat"
}
}
}
Expand Down Expand Up @@ -517,7 +523,11 @@
"path": "v1/{+name}",
"response": {
"$ref": "Space"
}
},
"scopes": [
"https://www.googleapis.com/auth/chat.spaces",
"https://www.googleapis.com/auth/chat.spaces.readonly"
]
},
"list": {
"description": "Lists spaces the caller is a member of. Requires [authentication](https://developers.google.com/chat/api/guides/auth). Fully supports [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts). Supports [user authentication](https://developers.google.com/chat/api/guides/auth/users) as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. [User authentication](https://developers.google.com/chat/api/guides/auth/users) requires the `chat.spaces` or `chat.spaces.readonly` authorization scope. Lists spaces visible to the caller or authenticated user. Group chats and DMs aren't listed until the first message is sent.",
Expand All @@ -541,7 +551,11 @@
"path": "v1/spaces",
"response": {
"$ref": "ListSpacesResponse"
}
},
"scopes": [
"https://www.googleapis.com/auth/chat.spaces",
"https://www.googleapis.com/auth/chat.spaces.readonly"
]
},
"webhooks": {
"description": "Legacy path for creating message. Calling these will result in a BadRequest response.",
Expand Down Expand Up @@ -888,7 +902,7 @@
}
}
},
"revision": "20221204",
"revision": "20221206",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down

0 comments on commit 4b6ec2a

Please sign in to comment.