View source: R/codecommit_operations.R
codecommit_post_comment_for_compared_commit | R Documentation |
Posts a comment on the comparison between two commits.
See https://www.paws-r-sdk.com/docs/codecommit_post_comment_for_compared_commit/ for full documentation.
codecommit_post_comment_for_compared_commit(
repositoryName,
beforeCommitId = NULL,
afterCommitId,
location = NULL,
content,
clientRequestToken = NULL
)
repositoryName |
[required] The name of the repository where you want to post a comment on the comparison between commits. |
beforeCommitId |
To establish the directionality of the comparison, the full commit ID of the before commit. Required for commenting on any commit unless that commit is the initial commit. |
afterCommitId |
[required] To establish the directionality of the comparison, the full commit ID of the after commit. |
location |
The location of the comparison where you want to comment. |
content |
[required] The content of the comment you want to make. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.