EntryUpdate
namestring
Possible values: non-empty
slugstring
Possible values: non-empty, Value must match regular expression ^[a-z0-9_-]+$
descriptionstring
statusEntryStatus (string)
Possible values: [pending, uploading, uploaded, processing, processed, error]
mimeTypestring
parquetBatchPathstring
parquetRowIndexinteger
Possible values: >= 1
schemaVersionintegerrequired
filenamestring
fileSizeBytesinteger
processingCompletedAtstring<date-time>
EntryUpdate
{
"name": "string",
"slug": "string",
"description": "string",
"status": "pending",
"mimeType": "string",
"parquetBatchPath": "string",
"parquetRowIndex": 0,
"schemaVersion": 0,
"filename": "string",
"fileSizeBytes": 0,
"processingCompletedAt": "2024-07-29T15:51:28.071Z"
}