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.

Changes

Changed in 3 of the 79 revisions of this API.16

    • response property detail list-of-types was widened by adding types string to media type application/json of response 422

      response-property-list-of-types-widened

    • the response property detail became required for the status 422

      response-property-became-required

    • added the media type application/json for the response with the status 404

      response-media-type-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • endpoint added

      endpoint-added