Path Parameters
The ID of the entity to upvote
Response
Returns the updated entity object with the new upvote.Unique entity identifier
ID of the entity creator
Entity title
Array of user IDs who upvoted (includes the current user)
Array of user IDs who downvoted
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 Upvoted - 409 Conflict
Already Upvoted - 409 Conflict
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- This action is only available to authenticated users.
- A notification will be sent to the entity owner upon upvote.
- Reputation points are updated for the entity owner.