codecommit_update_pull_request_approval_state: Updates the state of a user's approval on a pull request

View source: R/codecommit_operations.R

codecommit_update_pull_request_approval_stateR 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.


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