diff --git a/backend/btrixcloud/crawlconfigs.py b/backend/btrixcloud/crawlconfigs.py index b14b26ca..6f9cb07c 100644 --- a/backend/btrixcloud/crawlconfigs.py +++ b/backend/btrixcloud/crawlconfigs.py @@ -51,7 +51,7 @@ class Seed(BaseModel): """Crawl seed""" url: HttpUrl - scopeType: Optional[ScopeType] = ScopeType.PREFIX + scopeType: Optional[ScopeType] include: Union[str, List[str], None] exclude: Union[str, List[str], None]