pub async fn patch_pullreq(
configuration: &Configuration,
repo_ref: &str,
pullreq_number: i64,
pullreq_update_input: PullreqUpdateInput,
) -> Result<PullreqModel, Error<PatchPullreqError>>pub async fn patch_pullreq(
configuration: &Configuration,
repo_ref: &str,
pullreq_number: i64,
pullreq_update_input: PullreqUpdateInput,
) -> Result<PullreqModel, Error<PatchPullreqError>>