pub async fn dismiss_credit_registration_enrolment_banner(
user: AuthUser,
pool: Data<PgPool>,
id: Path<Uuid>,
) -> ControllerResult<Json<()>>Expand description
POST /api/v0/main-frontend/credit-registrations/my/{id}/dismiss-enrolment-banner - Puts away the
in-course re-enrol banner for one registration.
Idempotent. Not a permanent opt-out: a later entry into the same state clears the dismissal.