From d3cff5fe598d1718516d32848f058903e3091812 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 13 Feb 2024 07:08:43 +0000 Subject: [PATCH] fix(youtube): update the api #### youtube:v3 The following keys were changed: - schemas.PlaylistImageListResponse.properties.kind.default (Total Keys: 1) --- docs/dyn/youtube_v3.playlistImages.html | 2 +- googleapiclient/discovery_cache/documents/youtube.v3.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dyn/youtube_v3.playlistImages.html b/docs/dyn/youtube_v3.playlistImages.html index b84882186e..99b5475103 100644 --- a/docs/dyn/youtube_v3.playlistImages.html +++ b/docs/dyn/youtube_v3.playlistImages.html @@ -186,7 +186,7 @@

Method Details

}, }, ], - "kind": "youtube#PlaylistImageListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#playlistImageListResponse". + "kind": "youtube#playlistImageListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#playlistImageListResponse". "nextPageToken": "A String", # The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set. "pageInfo": { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information. "resultsPerPage": 42, # The number of results included in the API response. diff --git a/googleapiclient/discovery_cache/documents/youtube.v3.json b/googleapiclient/discovery_cache/documents/youtube.v3.json index 6155605d8f..90bb078040 100644 --- a/googleapiclient/discovery_cache/documents/youtube.v3.json +++ b/googleapiclient/discovery_cache/documents/youtube.v3.json @@ -3999,7 +3999,7 @@ } } }, -"revision": "20240204", +"revision": "20240211", "rootUrl": "https://youtube.googleapis.com/", "schemas": { "AbuseReport": { @@ -9719,7 +9719,7 @@ true "type": "array" }, "kind": { -"default": "youtube#PlaylistImageListResponse", +"default": "youtube#playlistImageListResponse", "description": "Identifies what kind of resource this is. Value: the fixed string \"youtube#playlistImageListResponse\".", "type": "string" },