codecommit_post_comment_reply: Posts a comment in reply to an existing comment on a...

View source: R/codecommit_operations.R

codecommit_post_comment_replyR Documentation

Posts a comment in reply to an existing comment on a comparison between commits or a pull request

Description

Posts a comment in reply to an existing comment on a comparison between commits or a pull request.

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

Usage

codecommit_post_comment_reply(inReplyTo, clientRequestToken = NULL, content)

Arguments

inReplyTo

[required] The system-generated ID of the comment to which you want to reply. To get this ID, use get_comments_for_compared_commit or get_comments_for_pull_request.

clientRequestToken

A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

content

[required] The contents of your reply to a comment.


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