Function updateCommentBoard

  • Parameters

    Returns Promise<ICommentBoard>

    Description

    Update comment board

    Async

    Since

    0.1.0

    Example

     updateCommentBoard({
    commentBoardId: '5f5fea99-569b-42f3-875d-5b3943b64ba0',
    title: "title",
    customId: "postID431",
    repliesDepth: 1,
    allowComments: true,
    description: 'abc',
    customData: 'custom data',
    contentFilter: 'filtered',
    }).then(commentBoard => console.log(commentBoard))
    ``

Generated using TypeDoc