Bulk update records (partial success)
Patch up to 100 records in a single call. Each item is attempted independently — failures don't abort the batch. Inspect results[].status per item.
post/v2/prism/{teamId}/document/batch/update
Path parameters
teamIdstring uuid required
Headers
Idempotency-Keystring
A unique key (UUID or any opaque string up to 255 chars) for an authenticated POST, PUT, or PATCH request. The server retains the initial claim for 24 hours and replays a completed non-5xx response only when the method, path, and request body all match. Reusing a non-expired key with a different method, path, or body returns 409 idempotency_key_mismatch; reusing it after expiry returns 409 idempotency_key_stale, so use a new key. Replays include the idempotent-replay: true response header.
Request body
Response
Per-item outcomes