v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Dismiss a comment report

patch/{id}/

Headers

Authorizationstring

Bearer token

Request body

report_statusstring

Response

200

idstring
urlstring
reported_by_idstring
comment_idstring
descriptionstring
report_statusstring
comment_board_idstring
reported_atstring

Example response

{
  "id": "95d865e1-81ba-49dc-9046-b68f887fa695",
  "url": "https://cf-blast.livelikecdn.com/api/v1/comment-reports/95d865e1-81ba-49dc-9046-b68f887fa695/",
  "reported_by_id": "a8b6a94a-aabe-41ed-89be-d4091cc4e652",
  "comment_id": "3beb34d0-13cc-4fd3-a49b-bf050cc6412e",
  "comment": {
    "id": "3beb34d0-13cc-4fd3-a49b-bf050cc6412e",
    "url": "https://cf-blast.livelikecdn.com/api/v1/comments/3beb34d0-13cc-4fd3-a49b-bf050cc6412e/",
    "comment_board_id": "c73f141e-4084-4963-bfcf-3d57230e7039",
    "thread_comment_id": "3beb34d0-13cc-4fd3-a49b-bf050cc6412e",
    "text": "Test Comment 1",
    "author_id": "a8b6a94a-aabe-41ed-89be-d4091cc4e652",
    "created_at": "2023-03-29T12:30:15.202552Z",
    "dismiss_reported_comment_url": "https://cf-blast.livelikecdn.com/api/v1/comments/3beb34d0-13cc-4fd3-a49b-bf050cc6412e/dismiss-reports/"
  },
  "report_status": "dismissed",
  "comment_board_id": "c73f141e-4084-4963-bfcf-3d57230e7039",
  "reported_at": "2023-04-06T09:18:01Z"
}