Update docs for 1.4.1 release
diff --git a/docs/dyn/youtube_v3.channelSections.html b/docs/dyn/youtube_v3.channelSections.html
index bcf573b..6be2954 100644
--- a/docs/dyn/youtube_v3.channelSections.html
+++ b/docs/dyn/youtube_v3.channelSections.html
@@ -81,7 +81,7 @@
<code><a href="#insert">insert(part=None, body, onBehalfOfContentOwner=None, onBehalfOfContentOwnerChannel=None)</a></code></p>
<p class="firstline">Adds a channelSection for the authenticated user's channel.</p>
<p class="toc_element">
- <code><a href="#list">list(part=None, onBehalfOfContentOwner=None, channelId=None, mine=None, id=None)</a></code></p>
+ <code><a href="#list">list(part=None, onBehalfOfContentOwner=None, hl=None, channelId=None, mine=None, id=None)</a></code></p>
<p class="firstline">Returns channelSection resources that match the API request criteria.</p>
<p class="toc_element">
<code><a href="#update">update(part=None, body, onBehalfOfContentOwner=None)</a></code></p>
@@ -112,6 +112,17 @@
{
"kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "targeting": { # ChannelSection targeting setting. # The targeting object contains basic targeting settings about the channel section.
+ "languages": [ # The language the channel section is targeting.
+ "A String",
+ ],
+ "regions": [ # The region the channel section is targeting.
+ "A String",
+ ],
+ "countries": [ # The country the channel section is targeting.
+ "A String",
+ ],
+ },
"contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
"channels": [ # The channel ids for type multiple_channels.
"A String",
@@ -154,6 +165,17 @@
{
"kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "targeting": { # ChannelSection targeting setting. # The targeting object contains basic targeting settings about the channel section.
+ "languages": [ # The language the channel section is targeting.
+ "A String",
+ ],
+ "regions": [ # The region the channel section is targeting.
+ "A String",
+ ],
+ "countries": [ # The country the channel section is targeting.
+ "A String",
+ ],
+ },
"contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
"channels": [ # The channel ids for type multiple_channels.
"A String",
@@ -184,7 +206,7 @@
</div>
<div class="method">
- <code class="details" id="list">list(part=None, onBehalfOfContentOwner=None, channelId=None, mine=None, id=None)</code>
+ <code class="details" id="list">list(part=None, onBehalfOfContentOwner=None, hl=None, channelId=None, mine=None, id=None)</code>
<pre>Returns channelSection resources that match the API request criteria.
Args:
@@ -194,6 +216,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.
+ hl: string, The hl parameter indicates that the snippet.localized property values in the returned channelSection resources should be in the specified language if localized values for that language are available. For example, if the API request specifies hl=de, the snippet.localized properties in the API response will contain German titles if German titles are available. Channel owners can provide localized channel section titles using either the channelSections.insert or channelSections.update method.
channelId: string, The channelId parameter specifies a YouTube channel ID. The API will only return that channel's channelSections.
mine: boolean, Set this parameter's value to true to retrieve a feed of the authenticated user's channelSections.
id: string, The id parameter specifies a comma-separated list of the YouTube channelSection ID(s) for the resource(s) that are being retrieved. In a channelSection resource, the id property specifies the YouTube channelSection ID.
@@ -206,6 +229,17 @@
"items": [ # A list of ChannelSections that match the request criteria.
{
"kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "targeting": { # ChannelSection targeting setting. # The targeting object contains basic targeting settings about the channel section.
+ "languages": [ # The language the channel section is targeting.
+ "A String",
+ ],
+ "regions": [ # The region the channel section is targeting.
+ "A String",
+ ],
+ "countries": [ # The country the channel section is targeting.
+ "A String",
+ ],
+ },
"contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
"channels": [ # The channel ids for type multiple_channels.
"A String",
@@ -253,6 +287,17 @@
{
"kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "targeting": { # ChannelSection targeting setting. # The targeting object contains basic targeting settings about the channel section.
+ "languages": [ # The language the channel section is targeting.
+ "A String",
+ ],
+ "regions": [ # The region the channel section is targeting.
+ "A String",
+ ],
+ "countries": [ # The country the channel section is targeting.
+ "A String",
+ ],
+ },
"contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
"channels": [ # The channel ids for type multiple_channels.
"A String",
@@ -290,6 +335,17 @@
{
"kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "targeting": { # ChannelSection targeting setting. # The targeting object contains basic targeting settings about the channel section.
+ "languages": [ # The language the channel section is targeting.
+ "A String",
+ ],
+ "regions": [ # The region the channel section is targeting.
+ "A String",
+ ],
+ "countries": [ # The country the channel section is targeting.
+ "A String",
+ ],
+ },
"contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
"channels": [ # The channel ids for type multiple_channels.
"A String",