tables_db_update_transaction
Commit or roll back database transaction operations to finalize or cancel changes in Appwrite projects.
Instructions
Update a transaction, to either commit or roll back its operations.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id | Yes | Transaction ID. | |
| commit | No | Commit transaction? | |
| rollback | No | Rollback transaction? |