comments
Create a Comment Vote
Create a Comment Vote
post/api/topics/:topicId/comments/:commentId/votes
Path parameters
topicIdstring required
topic id
commentIdstring required
Comment id to vote on
Request body
Response
New Comment vote added successfully
Example response
{
"status": {
"code": 20000
}
}