async fn post_update_peer_review_queue_reviews_received(
    pool: Data<PgPool>,
    user: AuthUser,
    course_id: Path<Uuid>
) -> ControllerResult<Json<bool>>
Expand description

POST /api/v0/main-frontend/courses/{course_id}/update-peer-review-queue-reviews-received

Updates reviews received for all the students in the peer review queue for a specific course. Updates only entries that have not received enough peer reviews in the table. Only available to admins.