Batch edit

Edit multiple assets simultaneously

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Failures are reported in the recordWarningMessages object, which contains the relevant error message for each asset.

{
  "recordWarningMessages": {
    "[Asset_Identifier]": "[Error_Message]",
  }
}
Body Params
documents
array of strings
required

The assets’ Unique Identifier or Media Encrypted Identifier (RecordID), separated by commas.

documents*
fieldAssignments
array of objects
required

The values to assign to each edited asset.

fieldAssignments*
boolean
Defaults to true
  • When true, the call edits all assets you have Permissions to edit and ignores any assets you don’t have Permissions to edit. The call returns an error for each asset you can’t edit.
  • When false, if you attempt to edit any assets you do not have Permissions to edit, the call returns a 400 error and does not perform any edits.
boolean
Defaults to true
  • When true, the call edits assets that have valid identifiers and ignores any assets with invalid identifiers. The call returns an error for each asset with an invalid identifier.
  • When false, if you attempt to edit any assets with invalid identifiers, the call returns a 400 error and does not perform any edits.
Response

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Choose an example:
application/json