View source: R/codecommit_operations.R
codecommit_post_comment_reply | R Documentation |
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.
codecommit_post_comment_reply(inReplyTo, clientRequestToken = NULL, content)
inReplyTo |
[required] The system-generated ID of the comment to which you want to reply. To
get this ID, use
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.