Skip to main content
POST
Update metadata on multiple assets

Authorizations

Authorization
string
header
required

Gumnut API key (apikey_...) sent as a Bearer token in the Authorization header. Create and manage keys in the Gumnut app, or with the API key endpoints while signed in to it.

Body

application/json

Bulk-update request body — heterogeneous per-asset changes in one call.

updates
BulkUpdateAssetItem · object[]
required

List of per-asset updates. Each item carries the target asset id and the change to apply to it; different fields can be changed on different assets in the same request. Up to 200 items per request.

Required array length: 1 - 200 elements

Response

Successful Response

Empty acknowledgment returned by bulk_update_assets.