Function repo_edit_pull_request

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