Write data to OPA
opa_put_dataWrite or replace data at a specified path in OPA's data store by sending a JSON value.
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. |