View source: R/codecommit_operations.R
codecommit_update_pull_request_approval_state | R Documentation |
Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.
See https://www.paws-r-sdk.com/docs/codecommit_update_pull_request_approval_state/ for full documentation.
codecommit_update_pull_request_approval_state(
pullRequestId,
revisionId,
approvalState
)
pullRequestId |
[required] The system-generated ID of the pull request. |
revisionId |
[required] The system-generated ID of the revision. |
approvalState |
[required] The approval state to associate with the user on the pull request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.