taler-docs

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

commit 0ee34d489a1b529a6d5df6f77f60ce48863b47f8
parent b1ccf85856086273f2338f435af0026627ab3912
Author: Florian Dold <florian@dold.me>
Date:   Wed, 24 Apr 2024 08:44:28 +0200

terminal API: fix sub API path

Diffstat:
Mcore/api-terminal.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-terminal.rst b/core/api-terminal.rst @@ -310,7 +310,7 @@ Endpoints for Integrated Sub-APIs This API handles the communication with Taler wallets. -.. http:any:: /accounts/$USERNAME/taler-wire-gateway/* +.. http:any:: /taler-wire-gateway/* All endpoints under this prefix are specified by the :doc:`GNU Taler wire gateway API </core/api-bank-wire>`.