taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 63733c6ba85cb24443aa9630461db31e3d06a4b2
parent 5e19af7d009d49a9dab46763b7a04b26dfc64664
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:11:11 -0400

fold long line; mark up ‘/reserve/status’

Diffstat:
Mcore/api-exchange.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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[] }