codecommit_update_comment: Replaces the contents of a comment

View source: R/codecommit_operations.R

codecommit_update_commentR 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 get_comments_for_compared_commit or get_comments_for_pull_request.

content

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


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.