assets
Update metadata on multiple assets
Updates metadata on multiple assets in one transactional call. Each item carries the target asset id and the per-asset change — different fields can be changed on different assets in the same request. Atomic: any per-item validation failure or unknown / cross-user id rejects the whole batch and writes nothing.
For a single-asset edit, prefer update_asset — semantically identical but slightly more concise at the call site.
post/api/assets/bulk-update
Request body
Response
Successful Response
BulkUpdateAssetsResponse required
Empty acknowledgment returned by bulk_update_assets.