Откат транзакции.
Base URL: https://<host>/ (пример: http://localhost:5000). Соглашения, обзор Public API, Swagger UI.
| Заголовок | Обяз. | Описание |
|---|---|---|
X-API-Key | да | Ключ с scope db:query |
Content-Type | да | application/json |
{}
{
"success": true,
"data": {
"rolled_back": true
}
}
{
"success": false,
"error": {
"code": "not_found",
"message": "Transaction not found"
}
}
curl -X POST http://localhost:5000/api/v1/db/transaction/tx-uuid-here/rollback \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'
См. также: Tx begin.