Skip to main content
POST
flag a comment.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

commentId
string
required

Get comment by ID.

Body

application/json

information of a comment to be flagged.

commentId
string
required
Maximum string length: 900
reason
string
default:Others

The reason for flagging this comment

Maximum string length: 300
detail
string

Additional details about the flag

Maximum string length: 300

Response

Comment Information

comments
object[]
commentChildren
object[]
communityUsers
object[]
users
object[]
roles
object[]
files
object[]