v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create a comment board ban

post/comment-board-bans/

Headers

Authorizationstring required

Bearer token

Request body

profile_idstring required
comment_board_idstring

if not provided, profile would be banned for entire application if the requesting user has the permission

descriptionstring

Response

201

idstring
urlstring
profile_idstring
client_idstring
comment_board_idstring
banned_by_idstring
descriptionstring
created_atstring

Example response

{
  "id": "6f02c194-49aa-4d21-8de3-f433a6670808",
  "url": "https://cf-blast.livelikecdn.com/api/v1/comment-board-bans/6f02c194-49aa-4d21-8de3-f433a6670808/",
  "profile_id": "1d6b7e94-d52b-4934-9fc7-f07a5763d8e9",
  "client_id": "lom9db0XtQUhOZQq1vz8QPfSpiyyxppiUVGMcAje",
  "comment_board_id": "7fe49f7c-f3fe-47ac-b855-142713e3277d",
  "banned_by_id": "bcdfff51-a9ac-48fa-ac98-bd2fcc0836ba",
  "description": "custom ban description",
  "created_at": "2023-03-10T10:34:40.136959Z"
}