Github API - Test Config

PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals
repos
pulls

Note: To dismiss a pull request review on a protected branch, you must be a repository administrator or be included in the list of people or teams who can dismiss pull request reviews.
Dismiss a review for a pull request

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key pull-number

pull-number [scalar]

The number that identifies the pull request.

API:
Github Open API
(version: 1.1.4)

key review-id

review-id [scalar]

The unique identifier of the review.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json pull-request-review

pull-request-review [object]

Pull Request Reviews are reviews on pull requests.

Attributes
_links 2086

author_association author-association

body string

The text of the review.

body_html string

body_text string

commit_id string

A commit SHA for the review. If the commit object was garbage collected or forcibly deleted, then it no longer exists in Git and this value will be null.

html_url string

id integer

Unique identifier of the review

node_id string

pull_request_url string

state string

submitted_at string

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
422 validation_failed_simple

validation_failed_simple [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)