record_apply
Apply a pending write operation by providing its preview token to finalize the change.
Instructions
Commit a previously previewed write. Single-use token.
Args:
preview_token: The token returned by record_write in preview
mode. Single-use - consumed on success or failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preview_token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |