summaryrefslogtreecommitdiff
path: root/api-bank.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-bank.rst')
-rw-r--r--api-bank.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-bank.rst b/api-bank.rst
index d01d1d2b..3d61bb47 100644
--- a/api-bank.rst
+++ b/api-bank.rst
@@ -45,9 +45,9 @@ request.
// Timestamp related to the transaction being made.
timestamp: Timestamp;
- // Serial id identifying the transaction in the bank's
+ // Row id number identifying the transaction in the bank's
// database.
- serial_id: number;
+ row_id: number;
}
.. _BankDepositRequest: