checks
Rerequest a check suite
Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the check_suite webhook event with the action rerequested. When a check suite is rerequested, its status is reset to queued and the conclusion is cleared.
To rerequest a check suite, you must use a GitHub App with the checks:write permission on a private repository or pull access to a public repository. OAuth apps and authenticated users are not able to rerequest a check suite.
post/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository without the .git extension. The name is not case sensitive.
check_suite_idinteger required
The unique identifier of the check suite.
Response
Response
EmptyObject required
An object without any properties.