chore: regens API reference docs (#889)
diff --git a/docs/dyn/youtube_v3.subscriptions.html b/docs/dyn/youtube_v3.subscriptions.html
index 4d94c6c..b425529 100644
--- a/docs/dyn/youtube_v3.subscriptions.html
+++ b/docs/dyn/youtube_v3.subscriptions.html
@@ -78,7 +78,7 @@
<code><a href="#delete">delete(id)</a></code></p>
<p class="firstline">Deletes a subscription.</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 subscription for the authenticated user's channel.</p>
<p class="toc_element">
<code><a href="#list">list(part, channelId=None, mine=None, mySubscribers=None, id=None, myRecentSubscribers=None, onBehalfOfContentOwner=None, pageToken=None, forChannelId=None, onBehalfOfContentOwnerChannel=None, maxResults=None, order=None)</a></code></p>
@@ -97,12 +97,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 subscription for the authenticated user's channel.
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 will include. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # A subscription resource contains information about a YouTube user subscription. A subscription notifies a user when new videos are added to a channel or when another user takes one of several actions on YouTube, such as uploading a video, rating a video, or commenting on a video.