You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DiscoveryJson/youtube.v3.json
+11-16Lines changed: 11 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -4176,6 +4176,12 @@
4176
4176
"id": "youtube.youtube.v3.videos.batchGetStats",
4177
4177
"parameterOrder": [],
4178
4178
"parameters": {
4179
+
"id": {
4180
+
"description": "Required. Return videos with the given ids.",
4181
+
"location": "query",
4182
+
"repeated": true,
4183
+
"type": "string"
4184
+
},
4179
4185
"onBehalfOfContentOwner": {
4180
4186
"description": "Optional. **Note:** This parameter is intended exclusively for YouTube content partners. The `onBehalfOfContentOwner` parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. 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 CMS account that the user authenticates with must be linked to the specified YouTube content owner.",
4181
4187
"location": "query",
@@ -4186,12 +4192,6 @@
4186
4192
"location": "query",
4187
4193
"repeated": true,
4188
4194
"type": "string"
4189
-
},
4190
-
"videoIds": {
4191
-
"description": "Required. Return videos with the given ids.",
4192
-
"location": "query",
4193
-
"repeated": true,
4194
-
"type": "string"
4195
4195
}
4196
4196
},
4197
4197
"path": "youtube/v3/videos:batchGetStats",
@@ -4206,7 +4206,7 @@
4206
4206
}
4207
4207
}
4208
4208
},
4209
-
"revision": "20251125",
4209
+
"revision": "20251217",
4210
4210
"rootUrl": "https://youtube.googleapis.com/",
4211
4211
"schemas": {
4212
4212
"AbuseReport": {
@@ -12142,13 +12142,13 @@
12142
12142
"readOnly": true,
12143
12143
"type": "string"
12144
12144
},
12145
-
"kind": {
12146
-
"description": "Output only. Identifies what kind of resource this is. Value: the fixed string \"youtube#videoStats\".",
12145
+
"id": {
12146
+
"description": "Output only. The ID that YouTube uses to uniquely identify the video.",
12147
12147
"readOnly": true,
12148
12148
"type": "string"
12149
12149
},
12150
-
"name": {
12151
-
"description": "Output only. Identifier. The resource name for the `VideoStats` resource, in the format `videoStats/{video_stat}`.",
12150
+
"kind": {
12151
+
"description": "Output only. Identifies what kind of resource this is. Value: the fixed string \"youtube#videoStats\".",
12152
12152
"readOnly": true,
12153
12153
"type": "string"
12154
12154
},
@@ -12161,11 +12161,6 @@
12161
12161
"$ref": "VideoStatsStatistics",
12162
12162
"description": "Output only. The VideoStatsStatistics object contains statistics about the video.",
12163
12163
"readOnly": true
12164
-
},
12165
-
"videoId": {
12166
-
"description": "Output only. The ID that YouTube uses to uniquely identify the video.",
0 commit comments