Skip to content

Commit

Permalink
fix(youtube): update the api
Browse files Browse the repository at this point in the history
#### youtube:v3

The following keys were changed:
- schemas.PlaylistImageListResponse.properties.kind.default (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Feb 13, 2024
1 parent 6702279 commit d3cff5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/youtube_v3.playlistImages.html
Expand Up @@ -186,7 +186,7 @@ <h3>Method Details</h3>
},
},
],
&quot;kind&quot;: &quot;youtube#PlaylistImageListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#playlistImageListResponse&quot;.
&quot;kind&quot;: &quot;youtube#playlistImageListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#playlistImageListResponse&quot;.
&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.
&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.
&quot;resultsPerPage&quot;: 42, # The number of results included in the API response.
Expand Down
4 changes: 2 additions & 2 deletions googleapiclient/discovery_cache/documents/youtube.v3.json
Expand Up @@ -3999,7 +3999,7 @@
}
}
},
"revision": "20240204",
"revision": "20240211",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit d3cff5f

Please sign in to comment.