summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:11:11 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:11:11 -0400
commit63733c6ba85cb24443aa9630461db31e3d06a4b2 (patch)
tree998cc039f0fcbca2dd5e92b5a18eabdb43c31201 /core/api-exchange.rst
parent5e19af7d009d49a9dab46763b7a04b26dfc64664 (diff)
downloaddocs-63733c6ba85cb24443aa9630461db31e3d06a4b2.tar.gz
docs-63733c6ba85cb24443aa9630461db31e3d06a4b2.tar.bz2
docs-63733c6ba85cb24443aa9630461db31e3d06a4b2.zip
fold long line; mark up ‘/reserve/status’
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 21c1798a..76eb99b7 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1097,7 +1097,8 @@ exchange.
// Amount left in the reserve.
balance: Amount;
- // History of the reserve's activity, in the same format as returned by /reserve/status.
+ // History of the reserve's activity, in the same format
+ // as returned by ``/reserve/status``.
history: TransactionHistoryItem[]
}