Skip to content

Commit 7683c04

Browse files
Fix endpoint url
1 parent 7924115 commit 7683c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ This usually happens after an error is raised.
219219
To commit a transaction, send a `POST` request to the following endpoint:
220220

221221
----
222-
http://<host>:<port>/db/<databaseName>/tx/<transactionID>/query/v2/commit
222+
http://<host>:<port>/db/<databaseName>/query/v2/tx/<transactionID>/commit
223223
----
224224

225225
Committing a transaction results in its changes becoming permanent on the database.

0 commit comments

Comments
 (0)