pub async fn put_comment_status(
configuration: &Configuration,
repo_ref: &str,
pullreq_number: i64,
pullreq_comment_id: i64,
pullreq_comment_status_input: PullreqCommentStatusInput,
) -> Result<PullreqActivityModel, Error<PutCommentStatusError>>