mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 05:28:34 +03:00
adds logic to test if archive is needed, if specified by the user
This commit is contained in:
@@ -10,6 +10,7 @@ class ArchiveCreate(BaseModel):
|
||||
author_id: str | None = None
|
||||
group_id: str | None = None
|
||||
tags: set = set()
|
||||
rearchive: bool = True
|
||||
# urls: list = []
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user