taler-docs

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

commit ab7fe96d33500c562933916d895e3a51dd74434d
parent 1c9d8e6cd9515d9ca3f39f7d95bc1a72498ba808
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Mon, 14 Jul 2025 15:41:08 +0200

[exchange] -typos fixed in recoup-withdraw

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

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -3439,7 +3439,7 @@ identify the original transaction (either a withdraw or a refresh) it became minted, and proof ownership of the coin itself. -.. http:post:: /recoup/withdraw +.. http:post:: /recoup-withdraw Demand that a batch of coins be refunded to the reserve, from which the coins were originally withdrawn. @@ -3514,7 +3514,7 @@ became minted, and proof ownership of the coin itself. // b) the disclosed coin details, in order to recoup it. type RecoupCoinData = | NonRecoupedCoin - | RecoupDisclosedCoinDetails, + | RecoupDisclosedCoinDetails; .. ts:def:: NonRecoupedCoin