We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7924115 commit 7683c04Copy full SHA for 7683c04
modules/ROOT/pages/transactions.adoc
@@ -219,7 +219,7 @@ This usually happens after an error is raised.
219
To commit a transaction, send a `POST` request to the following endpoint:
220
221
----
222
-http://<host>:<port>/db/<databaseName>/tx/<transactionID>/query/v2/commit
+http://<host>:<port>/db/<databaseName>/query/v2/tx/<transactionID>/commit
223
224
225
Committing a transaction results in its changes becoming permanent on the database.
0 commit comments