commitTransaction
Atomically write all staged edits, completing the transaction. Prevent partial failures by verifying with rollbackTransaction first.
Instructions
Write all staged edits atomically. All files are written; on partial failure, written files are NOT rolled back (use rollbackTransaction before commitTransaction to verify).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactionId | Yes | Transaction ID from beginTransaction |