Appearance
Requests must have the following JSON body:
type Request = { commentId: string; up: boolean; };
This endpoint is identical to /_postVote.
/_postVote
/_commentVote
POST
Requests must have the following JSON body:
This endpoint is identical to
/_postVote
.