eds_da_push
Bulk-push multiple edited Document Authoring documents in one call. Preview changes with dryRun before writing, and enable undo to make the push reversible.
Instructions
Bulk-push many edited Document Authoring documents back in one call. Set dryRun to PREVIEW what would change (create/update/unchanged) without writing anything — safest to run this first. Set withUndo to make the write reversible (returns an undo object for eds_da_rollback). Requires EDS_DA_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview the changes without writing anything (recommended first pass) | |
| withUndo | No | Capture prior state so the push can be reverted with eds_da_rollback | |
| documents | Yes | The documents to write back |