downvotes
array. Removes the user from upvotes
if they had previously upvoted. Reduces the reputation of the comment’s author.
Path Parameters
The ID of the comment to downvote
Response
Returns the updated comment with the new downvote.Unique comment identifier
ID of the entity this comment belongs to
Array of user IDs who upvoted
Array of user IDs who downvoted (includes the current user)
Comment content
Error Responses
Missing Comment ID - 400 Bad Request
Missing Comment ID - 400 Bad Request
Not Found - 404 Not Found
Not Found - 404 Not Found
Already Downvoted - 409 Conflict
Already Downvoted - 409 Conflict
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- The user’s ID is removed from
upvotes
if it was previously added. - A downvote reduces the comment author’s reputation.
- A
409 Conflict
is returned if the user has already downvoted the comment.