Github API - Test Config

POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest
repos
checks

Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the check_run webhook event with the action rerequested. When a check run is rerequested, its status is reset to queued and the conclusion is cleared.

To rerequest a check run, your GitHub App must have the checks:read permission on a private repository or pull access to a public repository.
Rerequest a check run

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 check-run-id

check-run-id [scalar]

The unique identifier of the check run.

API:
Github Open API
(version: 1.1.4)

Returns
201 application/json empty-object

empty-object [object]

An object without any properties.

API:
Github Open API
(version: 1.1.4)
403 application/json basic-error

basic-error [object]

Basic Error

Attributes
documentation_url string

message string

status string

url 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 application/json basic-error

basic-error [object]

Basic Error

Attributes
documentation_url string

message string

status string

url string

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