Updates all records in a table, or a specific record, replacing their content. This is a convenience wrapper that runs UPDATE <thing> CONTENT <content_json>;.
Arguments
| Argument | Description |
|---|---|
thing | The table or specific record to update. |
content_json | The replacement content as a JSON string. |
session | An optional session id. |
txn | An optional transaction id. |