Upload File To Entry
POST/api/v1/entries/:entry_id/upload
Upload a file to an existing entry.
This saves the file to MinIO and updates the entry manifest in the appropriate section.
File Types:
original: Original uploaded files (default) - stored in manifest.original.filesprocessing: Intermediate processing artifacts - stored in manifest.processing.filesprocessed: Final processed outputs - stored in manifest.processed.additional_files
Can be called multiple times to upload additional files of any type.
Request
Responses
- 200
- 422
Successful Response
Validation Error