Restore Row
restore_rowRestore a soft-deleted row, undoing delete_row. The row comes back with its original data and creator, its version bumped. Find restorable keys with list_deleted_rows. Owner or agent only. Fails with restore_expired if the row was purged, or restore_conflict if another live row took a unique value this one held while it was deleted. Returns { row }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The key of the deleted row to restore. | |
| app_id | Yes | The app id. | |
| collection | Yes | The collection name. |