scf_batch_update_evidence
Batch create or update up to 500 evidence tracking records in one transaction. Upsert by evidence ID, changing only the fields you provide—replaces 500 individual update calls.
Instructions
Create or update up to 500 evidence tracking records in one transaction (write — editor role). Each upserts by evidence_id; only fields given change. Use instead of 500 scf_update_evidence calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| operations | Yes | Upsert operations, max 500 — each keyed by evidence_id |