Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 723c5db

Browse files
committedFeb 4, 2025
feat(youtube): update the api
#### youtube:v3 The following keys were added: - schemas.ChannelStatus.properties.isChannelMonetizationEnabled.type (Total Keys: 1)
1 parent 1df617d commit 723c5db

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎docs/dyn/youtube_v3.channels.html

+3
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ <h3>Method Details</h3>
314314
&quot;viewCount&quot;: &quot;A String&quot;, # The number of times the channel has been viewed.
315315
},
316316
&quot;status&quot;: { # JSON template for the status part of a channel. # The status object encapsulates information about the privacy status of the channel.
317+
&quot;isChannelMonetizationEnabled&quot;: True or False, # Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.
317318
&quot;isLinked&quot;: True or False, # If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn&#x27;t have a public YouTube identity.
318319
&quot;longUploadsStatus&quot;: &quot;A String&quot;, # The long uploads status of this channel. See https://support.google.com/youtube/answer/71673 for more information.
319320
&quot;madeForKids&quot;: True or False,
@@ -559,6 +560,7 @@ <h3>Method Details</h3>
559560
&quot;viewCount&quot;: &quot;A String&quot;, # The number of times the channel has been viewed.
560561
},
561562
&quot;status&quot;: { # JSON template for the status part of a channel. # The status object encapsulates information about the privacy status of the channel.
563+
&quot;isChannelMonetizationEnabled&quot;: True or False, # Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.
562564
&quot;isLinked&quot;: True or False, # If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn&#x27;t have a public YouTube identity.
563565
&quot;longUploadsStatus&quot;: &quot;A String&quot;, # The long uploads status of this channel. See https://support.google.com/youtube/answer/71673 for more information.
564566
&quot;madeForKids&quot;: True or False,
@@ -777,6 +779,7 @@ <h3>Method Details</h3>
777779
&quot;viewCount&quot;: &quot;A String&quot;, # The number of times the channel has been viewed.
778780
},
779781
&quot;status&quot;: { # JSON template for the status part of a channel. # The status object encapsulates information about the privacy status of the channel.
782+
&quot;isChannelMonetizationEnabled&quot;: True or False, # Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.
780783
&quot;isLinked&quot;: True or False, # If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn&#x27;t have a public YouTube identity.
781784
&quot;longUploadsStatus&quot;: &quot;A String&quot;, # The long uploads status of this channel. See https://support.google.com/youtube/answer/71673 for more information.
782785
&quot;madeForKids&quot;: True or False,

‎googleapiclient/discovery_cache/documents/youtube.v3.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -4100,7 +4100,7 @@
41004100
}
41014101
}
41024102
},
4103-
"revision": "20250122",
4103+
"revision": "20250128",
41044104
"rootUrl": "https://youtube.googleapis.com/",
41054105
"schemas": {
41064106
"AbuseReport": {
@@ -5528,6 +5528,10 @@ false
55285528
"description": "JSON template for the status part of a channel.",
55295529
"id": "ChannelStatus",
55305530
"properties": {
5531+
"isChannelMonetizationEnabled": {
5532+
"description": "Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.",
5533+
"type": "boolean"
5534+
},
55315535
"isLinked": {
55325536
"description": "If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.",
55335537
"type": "boolean"

0 commit comments

Comments
 (0)
Please sign in to comment.