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 ea72977

Browse files
committedJul 18, 2023
feat(youtube): update the api
#### youtube:v3 The following keys were added: - schemas.PlaylistStatus.properties.podcastStatus.type (Total Keys: 1)
1 parent c585e74 commit ea72977

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
 

‎docs/dyn/youtube_v3.playlists.html

+5
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ <h3>Method Details</h3>
181181
&quot;title&quot;: &quot;A String&quot;, # The playlist&#x27;s title.
182182
},
183183
&quot;status&quot;: { # The status object contains status information for the playlist.
184+
&quot;podcastStatus&quot;: &quot;A String&quot;,
184185
&quot;privacyStatus&quot;: &quot;A String&quot;, # The playlist&#x27;s privacy status.
185186
},
186187
}
@@ -255,6 +256,7 @@ <h3>Method Details</h3>
255256
&quot;title&quot;: &quot;A String&quot;, # The playlist&#x27;s title.
256257
},
257258
&quot;status&quot;: { # The status object contains status information for the playlist.
259+
&quot;podcastStatus&quot;: &quot;A String&quot;,
258260
&quot;privacyStatus&quot;: &quot;A String&quot;, # The playlist&#x27;s privacy status.
259261
},
260262
}</pre>
@@ -346,6 +348,7 @@ <h3>Method Details</h3>
346348
&quot;title&quot;: &quot;A String&quot;, # The playlist&#x27;s title.
347349
},
348350
&quot;status&quot;: { # The status object contains status information for the playlist.
351+
&quot;podcastStatus&quot;: &quot;A String&quot;,
349352
&quot;privacyStatus&quot;: &quot;A String&quot;, # The playlist&#x27;s privacy status.
350353
},
351354
},
@@ -446,6 +449,7 @@ <h3>Method Details</h3>
446449
&quot;title&quot;: &quot;A String&quot;, # The playlist&#x27;s title.
447450
},
448451
&quot;status&quot;: { # The status object contains status information for the playlist.
452+
&quot;podcastStatus&quot;: &quot;A String&quot;,
449453
&quot;privacyStatus&quot;: &quot;A String&quot;, # The playlist&#x27;s privacy status.
450454
},
451455
}
@@ -519,6 +523,7 @@ <h3>Method Details</h3>
519523
&quot;title&quot;: &quot;A String&quot;, # The playlist&#x27;s title.
520524
},
521525
&quot;status&quot;: { # The status object contains status information for the playlist.
526+
&quot;podcastStatus&quot;: &quot;A String&quot;,
522527
&quot;privacyStatus&quot;: &quot;A String&quot;, # The playlist&#x27;s privacy status.
523528
},
524529
}</pre>

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

+12-1
Original file line numberDiff line numberDiff line change
@@ -3833,7 +3833,7 @@
38333833
}
38343834
}
38353835
},
3836-
"revision": "20230708",
3836+
"revision": "20230716",
38373837
"rootUrl": "https://youtube.googleapis.com/",
38383838
"schemas": {
38393839
"AbuseReport": {
@@ -9802,6 +9802,17 @@
98029802
"PlaylistStatus": {
98039803
"id": "PlaylistStatus",
98049804
"properties": {
9805+
"podcastStatus": {
9806+
"enum": [
9807+
"enabled",
9808+
"disabled"
9809+
],
9810+
"enumDescriptions": [
9811+
"",
9812+
""
9813+
],
9814+
"type": "string"
9815+
},
98059816
"privacyStatus": {
98069817
"description": "The playlist's privacy status.",
98079818
"enum": [

0 commit comments

Comments
 (0)
Please sign in to comment.