editComment

fun editComment(commentId: String, commentBody: String)

Edits the body of a comment.

Parameters

commentId

Unique identifier of the comment being edited.

commentBody

Updated comment body.