async fn post_reprocess_module_completions(
pool: Data<PgPool>,
user: AuthUser,
course_instance_id: Path<Uuid>,
) -> ControllerResult<Json<bool>>
Expand description
POST /api/v0/main-frontend/course-instances/{course_instance_id}/reprocess-completions
Reprocesses all module completions for the given course instance. Only available to admins.