Perform metadata edits and/or reassign Security Templates to one or more Assets. Assets are identified by Object ID. If multiple Assets are specified, the same metadata and/or security edits will be applied to all Assets in the request.
Each Metadata Attribute is identified by a Metadata Definition ID.
The user performing the bulk edit must have the Edit Metadata permission granted on each Asset being edited.
The Request Body must be a JSON object. The object must contain metadata and/or securityTemplateIds as well as an array of objectIds.
Successful operation
Invalid Request
Unauthorized. Missing Authorization or AccessToken or expired token
Forbidden. Missing X-API-key
{- "metadataTemplateId": "ea6eb24d-adef-4080-bd02-f64f567c437f",
- "metadataDocument": [
- {
- "metadataDefinitionId": "dfeb57c1-b149-4b15-920f-3f40ff0b959a",
- "metadataDefinitionValue": "Photo",
- "operation": "replace"
}
], - "objectIds": [
- "e55bdb0c-022b-475d-9e26-9d74552e1e81"
], - "securityTemplateIds": [
- "a7099f22-4585-4533-88b4-a5e9dff928bc"
], - "securityTemplateOp": "replace"
}
{- "jobId": "5fa57655-c56c-47d3-a409-751fd5fd9735",
- "collectionId": "7c6a6a3b-cac0-4218-be3b-515e0f9cb967"
}