v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create Comment Report

post/comment-reports/

Headers

Authorizationstring required

Bearer Token

Request body

comment_idstring required
descriptionstring

Reason for report

Response

201

idstring
urlstring
reported_by_idstring
comment_idstring
report_statusstring
comment_board_idstring

Example response

{
  "id": "5c094004-d623-4f6c-95ee-4a0e71c16b6e",
  "url": "https://cf-blast.livelikecdn.com/api/v1/comment-reports/5c094004-d623-4f6c-95ee-4a0e71c16b6e/",
  "reported_by_id": "db8e9939-46b0-4201-a41d-cce9ea432292",
  "comment_id": "a84f9a88-fd3f-4150-9668-33096753e6a6",
  "comment": {
    "id": "a84f9a88-fd3f-4150-9668-33096753e6a6",
    "url": "https://cf-blast.livelikecdn.com/api/v1/comments/a84f9a88-fd3f-4150-9668-33096753e6a6/",
    "comment_board_id": "357d3ffe-f587-4aa7-be2e-67d39d51aa6f",
    "thread_comment_id": "a84f9a88-fd3f-4150-9668-33096753e6a6",
    "text": "ttgf",
    "author_id": "392190eb-8264-4139-86eb-3f8bd1334a06",
    "created_at": "2022-12-15T10:00:57.633485Z",
    "deleted_at": "2023-01-03T07:36:22.852933Z",
    "is_reported": true,
    "comment_reports_count": 1,
    "dismiss_reported_comment_url": "https://cf-blast.livelikecdn.com/api/v1/comments/a84f9a88-fd3f-4150-9668-33096753e6a6/dismiss-reports/"
  },
  "report_status": "pending",
  "comment_board_id": "357d3ffe-f587-4aa7-be2e-67d39d51aa6f"
}