Skip to content

Commit d3cff5f

Browse files
fix(youtube): update the api
#### youtube:v3 The following keys were changed: - schemas.PlaylistImageListResponse.properties.kind.default (Total Keys: 1)
1 parent 6702279 commit d3cff5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dyn/youtube_v3.playlistImages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h3>Method Details</h3>
186186
},
187187
},
188188
],
189-
&quot;kind&quot;: &quot;youtube#PlaylistImageListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#playlistImageListResponse&quot;.
189+
&quot;kind&quot;: &quot;youtube#playlistImageListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#playlistImageListResponse&quot;.
190190
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
191191
&quot;pageInfo&quot;: { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information.
192192
&quot;resultsPerPage&quot;: 42, # The number of results included in the API response.

googleapiclient/discovery_cache/documents/youtube.v3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3999,7 +3999,7 @@
39993999
}
40004000
}
40014001
},
4002-
"revision": "20240204",
4002+
"revision": "20240211",
40034003
"rootUrl": "https://youtube.googleapis.com/",
40044004
"schemas": {
40054005
"AbuseReport": {
@@ -9719,7 +9719,7 @@ true
97199719
"type": "array"
97209720
},
97219721
"kind": {
9722-
"default": "youtube#PlaylistImageListResponse",
9722+
"default": "youtube#playlistImageListResponse",
97239723
"description": "Identifies what kind of resource this is. Value: the fixed string \"youtube#playlistImageListResponse\".",
97249724
"type": "string"
97259725
},

0 commit comments

Comments
 (0)