edit comment of a comment board
2.39.0
editComment({ commentBoardId: "<comment-board-id>", commentId: "<comment-id>", text: '<Your text comment>', customData: '<Your custom data to send with reply comment>', }).then(comment => console.log(comment)) Copy
editComment({ commentBoardId: "<comment-board-id>", commentId: "<comment-id>", text: '<Your text comment>', customData: '<Your custom data to send with reply comment>', }).then(comment => console.log(comment))
Generated using TypeDoc
Description
edit comment of a comment board
Async
Since
2.39.0
Example