v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Update Comment Board by custom id

patch/comment-board-by-custom-id/{custom_id}

Headers

Authorizationstring

Request body

custom_idstring
titlestring
descriptionstring
allow_commentsstring
replies_depthstring
custom_datastring

Custom data is used for things like: Storing extra context for the comment board

content_filter'none' | 'filtered'

To manage the type of comments allowed in a comment board, we provide two levels of content filtering. Each level determines how messages are moderated. 1. none: No content filtering, all users can post freely. 2.filtered: Profanity is automatically filtered.

Response

200

idstring
urlstring
client_idstring
custom_idstring
titlestring
{"stackTrail":"paths:/comment-board-by-custom-id/{custom_id}:patch:responses:200:content:application/json:schema:properties:custom_data","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/comment-board-by-custom-id/{custom_id}:patch:responses:200:content:application/json:schema:properties:description","oasType":"schema","type":"unknown"}
allow_commentsboolean
replies_depthinteger
comments_urlstring
comment_detail_url_templatestring
created_bystring
created_atstring

Example response

{
  "id": "eefa00d2-cf12-48de-99a0-3f10a1d3587a",
  "url": "https://cf-blast.livelikecdn.com/api/v1/comment-boards/eefa00d2-cf12-48de-99a0-3f10a1d3587a/",
  "client_id": "lom9db0XtQUhOZQq1vz8QPfSpiyyxppiUVGMcAje",
  "custom_id": "custom-id-2",
  "title": "User_Test",
  "allow_comments": true,
  "replies_depth": 2,
  "comments_url": "https://cf-blast.livelikecdn.com/api/v1/comments/",
  "comment_detail_url_template": "https://cf-blast.livelikecdn.com/api/v1/comments/{comment_id}/",
  "created_by": "460c435b-d3b7-4add-bc63-628b0911f811",
  "created_at": "2022-12-21T10:58:46.151911Z"
}