Skip to content

Commit

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

The following keys were added:
- resources.channels.methods.list.parameters.forHandle.description
- resources.channels.methods.list.parameters.forHandle.location
- resources.channels.methods.list.parameters.forHandle.type
  • Loading branch information
yoshi-automation committed Oct 11, 2023
1 parent 90df941 commit f29d366
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion discovery/youtube-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,11 @@
"location": "query",
"type": "string"
},
"forHandle": {
"description": "Return the channel associated with a YouTube handle. UNIMPLEMENTED.",
"location": "query",
"type": "string"
},
"forUsername": {
"description": "Return the channel associated with a YouTube username.",
"location": "query",
Expand Down Expand Up @@ -3847,7 +3852,7 @@
}
}
},
"revision": "20230920",
"revision": "20231009",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down
4 changes: 4 additions & 0 deletions src/apis/youtube/v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5714,6 +5714,10 @@ export namespace youtube_v3 {
* Return the channels within the specified guide category ID.
*/
categoryId?: string;
/**
* Return the channel associated with a YouTube handle. UNIMPLEMENTED.
*/
forHandle?: string;
/**
* Return the channel associated with a YouTube username.
*/
Expand Down

0 comments on commit f29d366

Please sign in to comment.