taler-docs

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

commit e05c7a4d2b1e5edfe5c1f17497fadd0dd20f7bfa
parent b9aa0ecf2aa5c099049c9337838c36f956403f87
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
Date:   Tue, 16 Aug 2022 13:43:42 -0400

fix typo in wallet operation setExchangeTosAccepted

Diffstat:
Mtaler-wallet.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -628,7 +628,7 @@ Set Accepted Terms of Service Version interface ExchangeGetTosRequest { exchangeBaseUrl: string; - acceptedEtag: string; + etag: string; } :Response: On success, the response is an empty object.