v1

latestOpenAPI 3.1.02026-07-24440202.2 KB

Batch edit

Edit multiple assets simultaneously

post/batcheditfields_4FQ_v1

Request body

documentsstring[] required

The assets’ <a href="https://developer.orangelogic.com/reference/assets#unique-identifiers">Unique Identifier</a> or <a href="https://developer.orangelogic.com/reference/assets#record-id">Media Encrypted Identifier (RecordID)</a>, separated by commas.

ignoreNotEditableDocumentsboolean
<ul><li>When <code>true</code>, 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.</li><li>When <code>false</code>, 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.</li></ul>
ignoreInvalidDocumentsboolean
<ul><li>When <code>true</code>, 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.</li><li>When <code>false</code>, if you attempt to edit any assets with invalid identifiers, the call returns a 400 error and does not perform any edits.</li></ul>

Response

200