Skip to content

Commit 89dea23

Browse files
fix(youtubeAnalytics): update the API
1 parent 6db4527 commit 89dea23

File tree

1 file changed

+2
-4
lines changed
  • src/apis/youtubeAnalytics

1 file changed

+2
-4
lines changed

src/apis/youtubeAnalytics/v2.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,7 @@ export namespace youtubeAnalytics_v2 {
819819
}
820820
}
821821

822-
export interface Params$Resource$Groupitems$Delete
823-
extends StandardParameters {
822+
export interface Params$Resource$Groupitems$Delete extends StandardParameters {
824823
/**
825824
* The `id` parameter specifies the YouTube group item ID of the group item that is being deleted.
826825
*/
@@ -830,8 +829,7 @@ export namespace youtubeAnalytics_v2 {
830829
*/
831830
onBehalfOfContentOwner?: string;
832831
}
833-
export interface Params$Resource$Groupitems$Insert
834-
extends StandardParameters {
832+
export interface Params$Resource$Groupitems$Insert extends StandardParameters {
835833
/**
836834
* This parameter can only be used in a properly authorized request. **Note:** This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The `onBehalfOfContentOwner` parameter indicates that the request's authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner.
837835
*/

0 commit comments

Comments
 (0)