Path Parameters
The ID of the entity to downvote
Response
Returns the updated entity object with the new downvote.Unique entity identifier
ID of the entity creator
Entity title
Array of user IDs who upvoted
Array of user IDs who downvoted (includes the current user)
Error Responses
Missing Entity ID - 400 Bad Request
Missing Entity ID - 400 Bad Request
Entity Not Found - 404 Not Found
Entity 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
- This action is only available to authenticated users.
- Reputation points are updated for the entity owner.