chore: regens API reference docs (#889)
diff --git a/docs/dyn/youtube_v3.commentThreads.html b/docs/dyn/youtube_v3.commentThreads.html
index 2bacbc2..12760ab 100644
--- a/docs/dyn/youtube_v3.commentThreads.html
+++ b/docs/dyn/youtube_v3.commentThreads.html
@@ -75,7 +75,7 @@
<h1><a href="youtube_v3.html">YouTube Data API</a> . <a href="youtube_v3.commentThreads.html">commentThreads</a></h1>
<h2>Instance Methods</h2>
<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">Creates a new top-level comment. To add a reply to an existing comment, use the comments.insert method instead.</p>
<p class="toc_element">
<code><a href="#list">list(part, channelId=None, id=None, pageToken=None, allThreadsRelatedToChannelId=None, moderationStatus=None, videoId=None, maxResults=None, searchTerms=None, textFormat=None, order=None)</a></code></p>
@@ -84,16 +84,16 @@
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
- <code><a href="#update">update(part, body)</a></code></p>
+ <code><a href="#update">update(part, body=None)</a></code></p>
<p class="firstline">Modifies the top-level comment in a comment thread.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="insert">insert(part, body)</code>
+ <code class="details" id="insert">insert(part, body=None)</code>
<pre>Creates a new top-level comment. To add a reply to an existing comment, use the comments.insert method instead.
Args:
part: string, The part parameter identifies the properties that the API response will include. Set the parameter value to snippet. The snippet part has a quota cost of 2 units. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # A comment thread represents information that applies to a top level comment and all its replies. It can also include the top level comment itself and some of the replies.
@@ -355,12 +355,12 @@
</div>
<div class="method">
- <code class="details" id="update">update(part, body)</code>
+ <code class="details" id="update">update(part, body=None)</code>
<pre>Modifies the top-level comment in a comment thread.
Args:
part: string, The part parameter specifies a comma-separated list of commentThread resource properties that the API response will include. You must at least include the snippet part in the parameter value since that part contains all of the properties that the API request can update. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # A comment thread represents information that applies to a top level comment and all its replies. It can also include the top level comment itself and some of the replies.