Basic start of update endpoint

This commit is contained in:
shamoon
2025-04-16 21:20:54 -07:00
parent 02a7500696
commit 9ed75561e7
5 changed files with 100 additions and 13 deletions

View File

@@ -156,6 +156,7 @@ class ConsumableDocument:
source: DocumentSource
original_file: Path
head_version_id: int | None = None
mailrule_id: int | None = None
mime_type: str = dataclasses.field(init=False, default=None)