codecommit_update_comment {paws.developer.tools} | R Documentation |
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
|
content |
[required] The updated content to replace the existing content of the comment. |
[Package paws.developer.tools version 0.7.0 Index]