Feature/nat 328 site names should be validated
Compare changes
+ 34
− 12
@@ -6,16 +6,21 @@ from fastapi import Depends, HTTPException, status
@@ -38,6 +43,32 @@ class SiteImportModel(BaseModel):
@@ -151,15 +182,6 @@ def import_site(site: SiteImportModel) -> dict[str, Any]: