commit 21915a8e6cc9f6814e65a74d49981d1248de37b7
parent 3280fbf5eefa2145f81a3971d8a958ccbbe33acb
Author: Vlada Svirsh <svirv1@bfh.ch>
Date: Tue, 16 Sep 2025 16:09:39 +0200
DD 69
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/design-documents/069-exchange-base-url-completion.rst b/design-documents/069-exchange-base-url-completion.rst
@@ -84,7 +84,7 @@ Examples
If not valid, then try ``https://exchange.example.com/keys``.
If that works → **ok**, returns ``https://exchange.example.com/``.
* ``https://exchange.example.com/`` with ``/keys`` returning something other
- than a valid ``ExchangeKeysResponse`` object -> **bad-protocol**.
+ than a valid `ExchangeKeysResponse <https://docs.taler.net/core/api-exchange.html#get--keys>`__ object -> **bad-protocol**.
* ``http://exchange.example.com`` -> **bad-syntax** (HTTPS required).
* ``example.com`` where ``/keys`` redirects to
``https://api.example.com/keys`` and returns valid data -> **ok**, returns