Represents a request to update a comment.

interface CommentUpdateParameters {
    state?: CommentState;
    text: string;
}

Properties

Properties

state?: CommentState

Set the current state of the comment

text: string

The updated text of the comment