Replaces the contents of a comment.
See https://www.paws-r-sdk.com/docs/codecommit_update_comment/ for full documentation.
codecommit_update_comment(commentId, content)
[required] The system-generated ID of the comment you want to update. To get this
ID, use
get_comments_for_compared_commit
or
get_comments_for_pull_request
.
[required] The updated content to replace the existing content of the comment.