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: discovery/youtube-v3.json
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,7 @@
185
185
"type": "integer"
186
186
},
187
187
"mine": {
188
+
"deprecated": true,
188
189
"location": "query",
189
190
"type": "boolean"
190
191
},
@@ -938,6 +939,11 @@
938
939
"required": true,
939
940
"type": "string"
940
941
},
942
+
"postId": {
943
+
"description": "Returns the comment threads of the specified post.",
944
+
"location": "query",
945
+
"type": "string"
946
+
},
941
947
"searchTerms": {
942
948
"description": "Limits the returned comment threads to those matching the specified key words. Not compatible with the 'id' filter.",
943
949
"location": "query",
@@ -4100,7 +4106,7 @@
4100
4106
}
4101
4107
}
4102
4108
},
4103
-
"revision": "20250224",
4109
+
"revision": "20250422",
4104
4110
"rootUrl": "https://youtube.googleapis.com/",
4105
4111
"schemas": {
4106
4112
"AbuseReport": {
@@ -5763,7 +5769,7 @@
5763
5769
"type": "boolean"
5764
5770
},
5765
5771
"channelId": {
5766
-
"description": "The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it's the video's channel.",
5772
+
"description": "The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video or post comment it's the video/post's channel.",
5767
5773
"type": "string"
5768
5774
},
5769
5775
"likeCount": {
@@ -5788,7 +5794,11 @@
5788
5794
"type": "string"
5789
5795
},
5790
5796
"parentId": {
5791
-
"description": "The unique id of the parent comment, only set for replies.",
5797
+
"description": "The unique id of the top-level comment, only set for replies.",
5798
+
"type": "string"
5799
+
},
5800
+
"postId": {
5801
+
"description": "The ID of the post the comment refers to, if any.",
5792
5802
"type": "string"
5793
5803
},
5794
5804
"publishedAt": {
@@ -5831,10 +5841,11 @@
5831
5841
"type": "object"
5832
5842
},
5833
5843
"CommentSnippetAuthorChannelId": {
5834
-
"description": "The id of the author's YouTube channel, if any.",
5844
+
"description": "Contains the id of the author's YouTube channel, if any.",
5835
5845
"id": "CommentSnippetAuthorChannelId",
5836
5846
"properties": {
5837
5847
"value": {
5848
+
"description": "The id of the author's YouTube channel.",
5838
5849
"type": "string"
5839
5850
}
5840
5851
},
@@ -5935,13 +5946,17 @@
5935
5946
"type": "boolean"
5936
5947
},
5937
5948
"channelId": {
5938
-
"description": "The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn't set the comments refer to the channel itself.",
5949
+
"description": "The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If neither video_id nor post_id is set the comments refer to the channel itself.",
5939
5950
"type": "string"
5940
5951
},
5941
5952
"isPublic": {
5942
5953
"description": "Whether the thread (and therefore all its comments) is visible to all YouTube users.",
5943
5954
"type": "boolean"
5944
5955
},
5956
+
"postId": {
5957
+
"description": "The ID of the post the comments refer to, if any.",
5958
+
"type": "string"
5959
+
},
5945
5960
"topLevelComment": {
5946
5961
"$ref": "Comment",
5947
5962
"description": "The top level comment of this thread."
@@ -5952,7 +5967,7 @@
5952
5967
"type": "integer"
5953
5968
},
5954
5969
"videoId": {
5955
-
"description": "The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.",
5970
+
"description": "The ID of the video the comments refer to, if any.",
* The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it's the video's channel.
1264
+
* The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video or post comment it's the video/post's channel.
* The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn't set the comments refer to the channel itself.
1391
+
* The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If neither video_id nor post_id is set the comments refer to the channel itself.
1385
1392
*/
1386
1393
channelId?: string | null;
1387
1394
/**
1388
1395
* Whether the thread (and therefore all its comments) is visible to all YouTube users.
1389
1396
*/
1390
1397
isPublic?: boolean | null;
1398
+
/**
1399
+
* The ID of the post the comments refer to, if any.
0 commit comments