View source: R/codecommit_operations.R
codecommit_update_comment | R Documentation |
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)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.