Patch data on OPA
opa_patch_dataApply a JSON Patch (RFC 6902) to update OPA data documents. Use operations like add, remove, or replace to modify data at a specified path.
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. |