codecommit_update_pull_request_status: Updates the status of a pull request

View source: R/codecommit_operations.R

codecommit_update_pull_request_statusR Documentation

Updates the status of a pull request

Description

Updates the status of a pull request.

See https://www.paws-r-sdk.com/docs/codecommit_update_pull_request_status/ for full documentation.

Usage

codecommit_update_pull_request_status(pullRequestId, pullRequestStatus)

Arguments

pullRequestId

[required] The system-generated ID of the pull request. To get this ID, use list_pull_requests.

pullRequestStatus

[required] The status of the pull request. The only valid operations are to update the status from OPEN to OPEN, OPEN to CLOSED or from CLOSED to CLOSED.


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