How To Upvote/Downvote Questions Through API
You can easily upvote/downvote questions through our API.
Here are the endpoints:
PUT /api/questions/ID/upvote PUT /api/questions/ID/downvote
Both endpoints return an empty response with status OK to confirm it worked.