Merged in feature/track-filesize (pull request #200)
track file sizes for all documents in system * feature complete needs dev testing
This commit is contained in:
@@ -2492,6 +2492,12 @@ components:
|
||||
description: "All labels applied to this document"
|
||||
textRecord:
|
||||
$ref: "#/components/schemas/FieldExtractionResponse"
|
||||
fileSizeBytes:
|
||||
type: integer
|
||||
format: int64
|
||||
minimum: 0
|
||||
maximum: 4294967295
|
||||
description: "File size in bytes (null for legacy documents)"
|
||||
|
||||
DocumentInFolder:
|
||||
description: Document within a folder with enriched metadata (lighter format, excludes client_id and fields)
|
||||
@@ -2530,6 +2536,12 @@ components:
|
||||
description: "All labels applied to this document"
|
||||
textRecord:
|
||||
$ref: "#/components/schemas/FieldExtractionResponse"
|
||||
fileSizeBytes:
|
||||
type: integer
|
||||
format: int64
|
||||
minimum: 0
|
||||
maximum: 4294967295
|
||||
description: "File size in bytes (null for legacy documents)"
|
||||
|
||||
ClientCreate:
|
||||
description: The properties for creation.
|
||||
|
||||
Reference in New Issue
Block a user