POST
ReportComment
Report Comment through the Comment service.
/api.v1.comment.CommentService/ReportComment Bearer required01
Request
ReportCommentRequest
ReportCommentRequestapi.v1.comment.ReportCommentRequest3 fields
Report Comment Request message.
commentIduint32Comment Id value.
reasonstringReason value.
descriptionstringDescription value.
{
"commentId": 1,
"reason": "string",
"description": "Example content"
}02
Response
ReportCommentResponse
ReportCommentResponseapi.v1.comment.ReportCommentResponse1 fields
Report Comment Response message.
messagestringMessage value.
{
"message": "success"
}03
Error handling
Common failure codes
unauthenticatedThe Bearer token is missing or invalid.
invalid_argumentThe request payload failed validation.
internalThe service could not complete the operation.