v1

latestOpenAPI 3.0.0Apache 2.02026-07-179012215.4 KB
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

valueinteger

Response

New Comment vote added successfully

Example response

{
  "status": {
    "code": 20000
  }
}