pub async fn repo_edit_pull_request(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
body: Option<EditPullRequestOption>,
) -> Result<PullRequest, Error<RepoEditPullRequestError>>
pub async fn repo_edit_pull_request(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
body: Option<EditPullRequestOption>,
) -> Result<PullRequest, Error<RepoEditPullRequestError>>