Execute a transaction on a branch
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/transaction
Executes multiple operations together as one. This allows you to run a number of operations that succeed as a single group; or fail with no changes to your database.
Expected parameters
Name | Description | In | Required | Schema |
---|---|---|---|---|
db_branch_name | The DBBranchName matches the pattern `{db_name}:{branch_name}`. | path | ✅ | string |
Execute a Transaction on a Branch
POSThttps://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/transaction