v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-016280256.4 KB
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.

Up to 200 items per request; over-cap requests return 422. 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

Acknowledgment body for POST /api/assets/bulk-update.

Empty by design; exists so MCP tools generated from this endpoint have a real outputSchema. Distinct from DeletionResponse because that name is purpose-scoped to destructive operations — reusing it on a non-destructive endpoint would misname the wire shape in OpenAPI and generated SDKs.