Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7a50ebe

Browse files
committedMay 24, 2023
feat(youtube): update the api
#### youtube:v3 The following keys were added: - resources.channelSections.methods.list.parameters.hl.deprecated (Total Keys: 1) - resources.videos.methods.list.parameters.locale.deprecated (Total Keys: 1)
1 parent 89063f6 commit 7a50ebe

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎docs/dyn/youtube_v3.comments.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h3>Method Details</h3>
282282

283283
Args:
284284
id: string, Modifies the moderation status of the comments with the given IDs (required) (repeated)
285-
moderationStatus: string, Specifies the requested moderation status. Note, comments can be in statuses, which are not available through this call. For example, this call does not allow to mark a comment as &#x27;likely spam&#x27;. Valid values: MODERATION_STATUS_PUBLISHED, MODERATION_STATUS_HELD_FOR_REVIEW, MODERATION_STATUS_REJECTED. (required)
285+
moderationStatus: string, Specifies the requested moderation status. Note, comments can be in statuses, which are not available through this call. For example, this call does not allow to mark a comment as &#x27;likely spam&#x27;. Valid values: &#x27;heldForReview&#x27;, &#x27;published&#x27; or &#x27;rejected&#x27;. (required)
286286
Allowed values
287287
published - The comment is available for public display.
288288
heldForReview - The comment is awaiting review by a moderator.

‎googleapiclient/discovery_cache/documents/youtube.v3.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@
624624
"type": "string"
625625
},
626626
"hl": {
627+
"deprecated": true,
627628
"description": "Return content in specified language",
628629
"location": "query",
629630
"type": "string"
@@ -1131,7 +1132,7 @@
11311132
"type": "string"
11321133
},
11331134
"moderationStatus": {
1134-
"description": "Specifies the requested moderation status. Note, comments can be in statuses, which are not available through this call. For example, this call does not allow to mark a comment as 'likely spam'. Valid values: MODERATION_STATUS_PUBLISHED, MODERATION_STATUS_HELD_FOR_REVIEW, MODERATION_STATUS_REJECTED.",
1135+
"description": "Specifies the requested moderation status. Note, comments can be in statuses, which are not available through this call. For example, this call does not allow to mark a comment as 'likely spam'. Valid values: 'heldForReview', 'published' or 'rejected'.",
11351136
"enum": [
11361137
"published",
11371138
"heldForReview",
@@ -3539,6 +3540,7 @@
35393540
"type": "string"
35403541
},
35413542
"locale": {
3543+
"deprecated": true,
35423544
"location": "query",
35433545
"type": "string"
35443546
},
@@ -3831,7 +3833,7 @@
38313833
}
38323834
}
38333835
},
3834-
"revision": "20230416",
3836+
"revision": "20230522",
38353837
"rootUrl": "https://youtube.googleapis.com/",
38363838
"schemas": {
38373839
"AbuseReport": {

0 commit comments

Comments
 (0)
Please sign in to comment.