Skip to content

Commit 1d7d279

Browse files
fix(youtube): update the API
#### youtube:v3 The following keys were changed: - resources.search.methods.list.parameters.channelId.description - schemas.SearchListResponse.properties.visitorId.description
1 parent 928ccea commit 1d7d279

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

discovery/youtube-v3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@
27562756
],
27572757
"parameters": {
27582758
"channelId": {
2759-
"description": "Filter on resources belonging to this channelId.",
2759+
"description": "Filter on resources belonging to this channelId. (Force TAP rebuild)",
27602760
"location": "query",
27612761
"type": "string"
27622762
},
@@ -4176,7 +4176,7 @@
41764176
}
41774177
}
41784178
},
4179-
"revision": "20260430",
4179+
"revision": "20260525",
41804180
"rootUrl": "https://youtube.googleapis.com/",
41814181
"schemas": {
41824182
"AbuseReport": {
@@ -10578,7 +10578,7 @@
1057810578
"$ref": "TokenPagination"
1057910579
},
1058010580
"visitorId": {
10581-
"description": "The visitorId identifies the visitor.",
10581+
"description": "The visitor ID identifies the visitor.",
1058210582
"type": "string"
1058310583
}
1058410584
},

src/apis/youtube/v3.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3500,7 +3500,7 @@ export namespace youtube_v3 {
35003500
regionCode?: string | null;
35013501
tokenPagination?: Schema$TokenPagination;
35023502
/**
3503-
* The visitorId identifies the visitor.
3503+
* The visitor ID identifies the visitor.
35043504
*/
35053505
visitorId?: string | null;
35063506
}
@@ -15030,7 +15030,7 @@ export namespace youtube_v3 {
1503015030
*
1503115031
* // Do the magic
1503215032
* const res = await youtube.search.list({
15033-
* // Filter on resources belonging to this channelId.
15033+
* // Filter on resources belonging to this channelId. (Force TAP rebuild)
1503415034
* channelId: 'placeholder-value',
1503515035
* // Add a filter on the channel search.
1503615036
* channelType: 'placeholder-value',
@@ -15204,7 +15204,7 @@ export namespace youtube_v3 {
1520415204

1520515205
export interface Params$Resource$Search$List extends StandardParameters {
1520615206
/**
15207-
* Filter on resources belonging to this channelId.
15207+
* Filter on resources belonging to this channelId. (Force TAP rebuild)
1520815208
*/
1520915209
channelId?: string;
1521015210
/**

0 commit comments

Comments
 (0)