We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe307fd commit 7d75b78Copy full SHA for 7d75b78
python/README.md
@@ -45,7 +45,8 @@ thread.</li>
45
<li>It calls the <code>comments.update</code> method with comment in the request body to update a comment.</li>
46
<li>It calls the <code>comments.setModerationStatus</code> method to set the moderation status of the comment, the
47
<code>comments.markAsSpam</code> method to mark the comment as spam, and the <code>comments.delete</code> method to
48
-delete the comment, using the <code>id</code> parameter to identify the comment.</li></ul>
+delete the comment, using the <code>id</code> parameter to identify the comment.</li>
49
+</ul>
50
51
### [Create and manage comment threads](/youtube/api-samples/blob/master/python/comment_threads.py)
52
0 commit comments