Learn R Programming

paws.developer.tools (version 0.8.0)

codecommit_update_comment: Replaces the contents of a comment

Description

Replaces the contents of a comment.

See https://www.paws-r-sdk.com/docs/codecommit_update_comment/ for full documentation.

Usage

codecommit_update_comment(commentId, content)

Arguments

commentId

[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.

content

[required] The updated content to replace the existing content of the comment.