comments
Report Topic Comment
Report Topic Comment
post/api/users/:userId/topics/:topicId/comments/:commentId/reports
Path parameters
userIdstring required
logged in users id
topicIdstring required
topic id
commentIdstring required
Comment id to report
Request body
Response
New Comment added successfully
Example response
{
"status": {
"code": 20000
}
}