evidence_batch_update
Update multiple records in a single request, with options for all-or-nothing commit or dry-run validation.
Instructions
Update multiple records in an evidence in a single request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| atomic | No | Commit each record independently instead of the whole batch as one all-or-nothing transaction | |
| dry_run | No | Validate the batch without persisting anything | |
| records | Yes | List of records to update (each must include 'id' or 'kod') | |
| evidence | Yes | Evidence name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |