forum-replies
Leaves a vote for a forum reply.
This endpoint will leave a vote for a forum reply.
post/forum-replies/{replyID}/vote
Path parameters
replyIDinteger required
ID of the forum reply.
Response
Successful POST Forum-Replies Vote response. There are three vote actions:
- -1 = dislike
- 0 = no vote
- 1 = like
object required
Example response
{
"data": {
"voteAction": 1
}
}