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:
- resources.playlists.methods.list.parameters.hl.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent cbe98ce commit a275134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions discovery/youtube-v3.json
Expand Up @@ -2412,7 +2412,7 @@
"type": "string"
},
"hl": {
"description": "Returen content in specified language",
"description": "Return content in specified language",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -3831,7 +3831,7 @@
}
}
},
"revision": "20221220",
"revision": "20230131",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/youtube/v3.ts
Expand Up @@ -13152,7 +13152,7 @@ export namespace youtube_v3 {
* const res = await youtube.playlists.list({
* // Return the playlists owned by the specified channel ID.
* channelId: 'placeholder-value',
* // Returen content in specified language
* // Return content in specified language
* hl: 'placeholder-value',
* // Return the playlists with the given IDs for Stubby or Apiary.
* id: 'placeholder-value',
Expand Down Expand Up @@ -13472,7 +13472,7 @@ export namespace youtube_v3 {
*/
channelId?: string;
/**
* Returen content in specified language
* Return content in specified language
*/
hl?: string;
/**
Expand Down

0 comments on commit a275134

Please sign in to comment.