Patch data on OPA
opa_patch_dataApply JSON Patch operations to update data documents in OPA. Supports add, remove, replace operations on specified paths.
Instructions
Apply a JSON Patch (RFC 6902) to the data document. Each operation is { op, path, value? }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Data path the patch is applied to. Use "" for the root. | |
| operations | Yes | Array of JSON Patch operations. |