pub async fn post_state(
configuration: &Configuration,
repo_ref: &str,
pullreq_number: i64,
pullreq_state_update_input: PullreqStateUpdateInput,
) -> Result<PullreqModel, Error<PostStateError>>pub async fn post_state(
configuration: &Configuration,
repo_ref: &str,
pullreq_number: i64,
pullreq_state_update_input: PullreqStateUpdateInput,
) -> Result<PullreqModel, Error<PostStateError>>