pub async fn dismiss_my_auto_link_notice(
user: AuthUser,
pool: Data<PgPool>,
) -> ControllerResult<Json<()>>Expand description
POST /api/v0/main-frontend/credit-registrations/my/student-number/dismiss-auto-link-notice - Puts
away the notice saying the pipeline linked this student number without asking.
Dismissing only hides the notice; the number stays linked and the unlink endpoint stays available.