Skip to main content

Start Transaction

POST 

/transactions

Start a new database transaction and return a transaction ID. Subsequent document operations can join this transaction via the transactionId parameter.

Responses

Transaction created successfully

Schema
    transactionId string

    Transaction ID

Loading...