File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ class ChannelBrandingSettingChannel(BaseModel):
42
42
description : Optional [str ] = field (default = None )
43
43
keywords : Optional [str ] = field (default = None , repr = False )
44
44
trackingAnalyticsAccountId : Optional [str ] = field (default = None , repr = False )
45
+ # Important:
46
+ # moderateComments has been deprecated at March 7, 2024.
45
47
moderateComments : Optional [bool ] = field (default = None , repr = False )
46
48
unsubscribedTrailer : Optional [str ] = field (default = None , repr = False )
47
49
defaultLanguage : Optional [str ] = field (default = None , repr = False )
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ def insert(
89
89
file with the audio track of the video.
90
90
If you set the value to true, YouTube will disregard any time codes that are in the uploaded
91
91
caption file and generate new time codes for the captions.
92
+ Important:
93
+ This parameter will be deprecated at April 12, 2024.
92
94
**kwargs:
93
95
Additional parameters for system parameters.
94
96
Refer: https://cloud.google.com/apis/docs/system-parameters.
@@ -141,6 +143,8 @@ def update(
141
143
file with the audio track of the video.
142
144
If you set the value to true, YouTube will disregard any time codes that are in the uploaded
143
145
caption file and generate new time codes for the captions.
146
+ Important:
147
+ This parameter will be deprecated at April 12, 2024.
144
148
return_json:
145
149
Type for returned data. If you set True JSON data will be returned.
146
150
**kwargs:
You can’t perform that action at this time.
0 commit comments