v1

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

textstring
type'abuse' | 'obscene' | 'spam' | 'hate' | 'netiquette' | 'duplicate'

Response

New Comment added successfully

Example response

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