bulk_update_files
Update multiple file records at once by merging field changes into each specified file ID—use to release holds, requeue files, or adjust transcoding decisions for selected files.
Instructions
Update fields on specific file records by ID (POST /api/v2/bulk-update-files). The update object is merged into every listed file — e.g. { holdUntil: 0 } to release a hold, or { TranscodeDecisionMaker: 'Queued' } to requeue just those files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Object of fields to merge into each file record | |
| file_ids | Yes | File IDs (full paths) to update |