Values.UpdateCommentInputSourceReplaces the contents of a comment.
type nonrec t = {commentId : CommentId.t;The system-generated ID of the comment you want to update. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
*)content : Content.t;The updated content to replace the existing content of the comment.
*)}