pub async fn checks_slash_rerequest_suite(
configuration: &Configuration,
owner: &str,
repo: &str,
check_suite_id: i32,
) -> Result<Value, Error<ChecksSlashRerequestSuiteError>>Expand description
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. OAuth apps and personal access tokens (classic) cannot use this endpoint.