Path Parameters
ID of the entity to modify
Response
Returns the updated entity with the user’s downvote removed.Unique entity identifier
ID of the entity creator
Array of user IDs who upvoted
Updated array of user IDs who downvoted (current user removed)
Error Responses
Not Downvoted - 409 Conflict
Not Downvoted - 409 Conflict
Not Found - 404 Not Found
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Removing a downvote increases the entity author’s reputation.
- The request will fail if the entity was never downvoted by the user.