v1
latestOpenAPI 3.1.02026-07-24318141.2 MBUpdate a comment
patch/comments/{id}
Path parameters
idstring required
comment-id
Request body
Response
200
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"
}