chore: regens API reference docs (#889)
diff --git a/docs/dyn/youtube_v3.liveChatBans.html b/docs/dyn/youtube_v3.liveChatBans.html
index ed3ecdd..339c342 100644
--- a/docs/dyn/youtube_v3.liveChatBans.html
+++ b/docs/dyn/youtube_v3.liveChatBans.html
@@ -78,7 +78,7 @@
<code><a href="#delete">delete(id)</a></code></p>
<p class="firstline">Removes a chat ban.</p>
<p class="toc_element">
- <code><a href="#insert">insert(part, body)</a></code></p>
+ <code><a href="#insert">insert(part, body=None)</a></code></p>
<p class="firstline">Adds a new ban to the chat.</p>
<h3>Method Details</h3>
<div class="method">
@@ -91,12 +91,12 @@
</div>
<div class="method">
- <code class="details" id="insert">insert(part, body)</code>
+ <code class="details" id="insert">insert(part, body=None)</code>
<pre>Adds a new ban to the chat.
Args:
part: string, The part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response returns. Set the parameter value to snippet. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # A liveChatBan resource represents a ban for a YouTube live chat.