Write data to OPA
opa_put_dataWrites or replaces a JSON value at a specified data path in OPA.
Instructions
Write or replace a value at the given data path. Body is sent as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Data path to write to. | |
| value | No | JSON value to store at this path. |