v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Update a comment

patch/comments/{id}

Path parameters

idstring required

comment-id

Request body

textstring
is_excluded_from_trendingboolean
is_excluded_from_qualityboolean

Response

200

idstring
urlstring
comment_board_idstring
{"stackTrail":"paths:/comments/{id}:patch:responses:200:content:application/json:schema:properties:parent_comment_id","oasType":"schema","type":"unknown"}
thread_comment_idstring
textstring
comment_depthinteger
custom_datastring
author_idstring
is_deletedboolean
created_atstring
replies_urlstring
is_excluded_from_qualityboolean
is_excluded_from_trendingstring

Example response

{
  "id": "3437f488-5c45-468b-8a14-c9b67ee77337",
  "url": "https://cf-blast.livelikecdn.com/api/v1/comments/3437f488-5c45-468b-8a14-c9b67ee77337/",
  "comment_board_id": "d849e096-d36d-406e-bff0-0627f13b19d4",
  "thread_comment_id": "3437f488-5c45-468b-8a14-c9b67ee77337",
  "text": "test_comment",
  "custom_data": "custom data",
  "author_id": "96819c56-063d-4fad-929a-79a0648122f4",
  "created_at": "2022-12-09T13:06:39.379146Z",
  "replies_url": "https://cf-blast.livelikecdn.com/api/v1/comments/?comment_board_id=d849e096-d36d-406e-bff0-0627f13b19d4&parent_comment_id=3437f488-5c45-468b-8a14-c9b67ee77337"
}