codecommit_update_pull_request_approval_state {paws.developer.tools} | R Documentation |
Updates the state of a user's approval on a pull request
Description
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.
Usage
codecommit_update_pull_request_approval_state(
pullRequestId,
revisionId,
approvalState
)
Arguments
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. |
[Package paws.developer.tools version 0.9.0 Index]