mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 05:28:34 +03:00
sheet processing implemented
This commit is contained in:
@@ -31,6 +31,7 @@ class Archive(ArchiveCreate):
|
||||
# # orm_mode = True
|
||||
|
||||
class SubmitSheet(BaseModel):
|
||||
sheet_name: str
|
||||
sheet_name: str | None= None
|
||||
sheet_id: str | None = None
|
||||
header: int = 1
|
||||
|
||||
Reference in New Issue
Block a user