Skip to main content
PATCH
Downvote Entity
Downvotes an entity on behalf of the authenticated user. If the user has previously upvoted the entity, the upvote is removed.

Path Parameters

string
required
The ID of the entity to downvote

Response

Returns the updated entity object with the new downvote.
string
Unique entity identifier
string
ID of the entity creator
string
Entity title
array
Array of user IDs who upvoted
array
Array of user IDs who downvoted (includes the current user)

Error Responses


Notes

  • This action is only available to authenticated users.
  • Reputation points are updated for the entity owner.