commit eef7df2108087b8af7a99194ebe7880c7da9dd12 parent c08e70cf8229afe030a818c0a4f5ddb68326b36a Author: Antoine A <> Date: Thu, 28 May 2026 18:52:09 +0200 corebank: update prepared transfer API prefix Diffstat:
| M | core/api-corebank.rst | | | 2 | +- |
| D | core/corebank/any-accounts-USERNAME-taler-prepared-transfer-star.rst | | | 8 | -------- |
| A | core/corebank/any-taler-prepared-transfer-star.rst | | | 6 | ++++++ |
3 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -250,7 +250,7 @@ Endpoints for Integrated Sub-APIs .. include:: corebank/any-accounts-USERNAME-taler-wire-gateway-star.rst -.. include:: corebank/any-accounts-USERNAME-taler-prepared-transfer-star.rst +.. include:: corebank/any-taler-prepared-transfer-star.rst .. include:: corebank/any-accounts-USERNAME-taler-revenue-star.rst diff --git a/core/corebank/any-accounts-USERNAME-taler-prepared-transfer-star.rst b/core/corebank/any-accounts-USERNAME-taler-prepared-transfer-star.rst @@ -1,8 +0,0 @@ -.. http:any:: /accounts/$USERNAME/taler-prepared-transfer/* - - Since **v12** - - All endpoints under this prefix are specified - by the :doc:`GNU Taler prepared transfer API </core/api-bank-transfer>`. - - The endpoints are only available for accounts configured with ``is_taler_exchange=true``. diff --git a/core/corebank/any-taler-prepared-transfer-star.rst b/core/corebank/any-taler-prepared-transfer-star.rst @@ -0,0 +1,6 @@ +.. http:any:: /taler-prepared-transfer/* + + Since **v12** + + All endpoints under this prefix are specified + by the :doc:`GNU Taler prepared transfer API </core/api-bank-transfer>`.