v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1447264222.7 KB

Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.

post/CommitTransaction

Request body

TransactionIdstring required

The transaction to commit.

Response

Success

TransactionStatus'ACTIVE' | 'COMMITTED' | 'ABORTED' | 'COMMIT_IN_PROGRESS'

The status of the transaction.