File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
41764176 }
41774177 }
41784178 },
4179- "revision" : " 20260430 " ,
4179+ "revision" : " 20260525 " ,
41804180 "rootUrl" : " https://youtube.googleapis.com/" ,
41814181 "schemas" : {
41824182 "AbuseReport" : {
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 },
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments