Update comment board
2.38.0
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))`` Copy
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
Description
Update comment board
Async
Since
2.38.0
Example