build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/youtube_v3.liveChatBans.html b/docs/dyn/youtube_v3.liveChatBans.html
index 52607c0..bd1e2ad 100644
--- a/docs/dyn/youtube_v3.liveChatBans.html
+++ b/docs/dyn/youtube_v3.liveChatBans.html
@@ -112,18 +112,18 @@
The object takes the form of:
{ # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
- "etag": "A String", # Etag of this resource.
- "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
"id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
+ "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
+ "etag": "A String", # Etag of this resource.
"snippet": { # The `snippet` object contains basic details about the ban.
"bannedUserDetails": {
"channelId": "A String", # The YouTube channel ID.
- "channelUrl": "A String", # The channel's URL.
"displayName": "A String", # The channel's display name.
"profileImageUrl": "A String", # The channels's avatar URL.
+ "channelUrl": "A String", # The channel's URL.
},
- "type": "A String", # The type of ban.
"banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
+ "type": "A String", # The type of ban.
"liveChatId": "A String", # The chat this ban is pertinent to.
},
}
@@ -137,18 +137,18 @@
An object of the form:
{ # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
- "etag": "A String", # Etag of this resource.
- "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
"id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
+ "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
+ "etag": "A String", # Etag of this resource.
"snippet": { # The `snippet` object contains basic details about the ban.
"bannedUserDetails": {
"channelId": "A String", # The YouTube channel ID.
- "channelUrl": "A String", # The channel's URL.
"displayName": "A String", # The channel's display name.
"profileImageUrl": "A String", # The channels's avatar URL.
+ "channelUrl": "A String", # The channel's URL.
},
- "type": "A String", # The type of ban.
"banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
+ "type": "A String", # The type of ban.
"liveChatId": "A String", # The chat this ban is pertinent to.
},
}</pre>