Applies a JSON Patch to all records in a table, or a specific record. This is a convenience wrapper that runs UPDATE <thing> PATCH <patch_json>;.
Arguments
| Argument | Description |
|---|---|
thing | The table or specific record to patch. |
patch_json | A JSON Patch array as a JSON string. |
session | An optional session id. |
txn | An optional transaction id. |