EntryUpdateRequest
Request to update entry metadata.
name object
Update entry name
- string
- null
string
description object
Update description
- string
- null
string
status object
Update status
- EntryStatus
- null
EntryStatus (string)
Entry processing status (aligned with backend database constraint)
Possible values: [pending, uploading, uploaded, processing, processed, error]
metadata object
Update original metadata
- object
- null
object
EntryUpdateRequest
{
"name": "string",
"description": "string",
"status": "pending",
"metadata": {}
}