Release v1.6.0 (#324)
* Update version and changelog for v1.6.0
* Update docs
diff --git a/docs/dyn/youtube_v3.watermarks.html b/docs/dyn/youtube_v3.watermarks.html
index 76e313f..177a01c 100644
--- a/docs/dyn/youtube_v3.watermarks.html
+++ b/docs/dyn/youtube_v3.watermarks.html
@@ -75,14 +75,14 @@
<h1><a href="youtube_v3.html">YouTube Data API</a> . <a href="youtube_v3.watermarks.html">watermarks</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#set">set(channelId, body=None, media_body=None, onBehalfOfContentOwner=None)</a></code></p>
+ <code><a href="#set">set(channelId, body=None, media_body=None, onBehalfOfContentOwner=None, media_mime_type=None)</a></code></p>
<p class="firstline">Uploads a watermark image to YouTube and sets it for a channel.</p>
<p class="toc_element">
<code><a href="#unset">unset(channelId, onBehalfOfContentOwner=None)</a></code></p>
<p class="firstline">Deletes a channel's watermark image.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="set">set(channelId, body=None, media_body=None, onBehalfOfContentOwner=None)</code>
+ <code class="details" id="set">set(channelId, body=None, media_body=None, onBehalfOfContentOwner=None, media_mime_type=None)</code>
<pre>Uploads a watermark image to YouTube and sets it for a channel.
Args:
@@ -109,6 +109,7 @@
onBehalfOfContentOwner: string, Note: This parameter is intended exclusively for YouTube content partners.
The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner.
+ media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
</pre>
</div>