Skip to content

Commit 32470af

Browse files
chore(chat): update the api
1 parent 10650de commit 32470af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dyn/chat_v1.spaces.messages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3234,7 +3234,7 @@ <h3>Method Details</h3>
32343234
},
32353235
}
32363236

3237-
updateMask: string, Required. The field paths to be updated, comma separated if there are multiple. Currently supported field paths: * text * cards * gsuite_message_integration_render_data * attachment
3237+
updateMask: string, Required. The field paths to be updated, comma separated if there are multiple. Currently supported field paths: * text * cards * attachment
32383238
x__xgafv: string, V1 error format.
32393239
Allowed values
32403240
1 - v1 error format

googleapiclient/discovery_cache/documents/chat.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
"type": "string"
596596
},
597597
"updateMask": {
598-
"description": "Required. The field paths to be updated, comma separated if there are multiple. Currently supported field paths: * text * cards * gsuite_message_integration_render_data * attachment",
598+
"description": "Required. The field paths to be updated, comma separated if there are multiple. Currently supported field paths: * text * cards * attachment",
599599
"format": "google-fieldmask",
600600
"location": "query",
601601
"type": "string"
@@ -642,7 +642,7 @@
642642
}
643643
}
644644
},
645-
"revision": "20220129",
645+
"revision": "20220209",
646646
"rootUrl": "https://chat.googleapis.com/",
647647
"schemas": {
648648
"ActionParameter": {

0 commit comments

Comments
 (0)