FIREANIME API
Browse API97 operations
POST

ReportComment

Report Comment through the Comment service.

/api.v1.comment.CommentService/ReportComment Bearer required
01

Request

ReportCommentRequest

ReportCommentRequestapi.v1.comment.ReportCommentRequest3 fields

Report Comment Request message.

commentId
uint32

Comment Id value.

reason
string

Reason value.

description
string

Description value.

Request JSON
{
  "commentId": 1,
  "reason": "string",
  "description": "Example content"
}
02

Response

ReportCommentResponse

ReportCommentResponseapi.v1.comment.ReportCommentResponse1 fields

Report Comment Response message.

message
string

Message value.

Example response
{
  "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.