async fn student_country(
query: Path<(Uuid, Uuid, String)>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<bool>>
Expand description
POST /api/v0/{course_id}/course-instances/{course_instance_id}/student-countries/{country_code}
- Add a new student’s country entry.