summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:40:14 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:40:14 -0400
commit456c62489b69584395cc4749f7c6ddb963c24fb2 (patch)
treeeebf362a691428874ecf3088570400af167db45a /core
parent01443b8f938b605f82f28ad27a4d071c4b9e6127 (diff)
downloaddocs-456c62489b69584395cc4749f7c6ddb963c24fb2.tar.gz
docs-456c62489b69584395cc4749f7c6ddb963c24fb2.tar.bz2
docs-456c62489b69584395cc4749f7c6ddb963c24fb2.zip
mark up ‘/refreshes/’, ‘/coins/’, ‘refresh_base_url’
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index ed39fda1..8740c6b4 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1440,8 +1440,8 @@ the API during normal operation.
// Base URL to use for operations on the refresh context
// (so the reveal operation). If not given,
// the base URL is the same as the one used for this request.
- // Can be used if the base URL for /refreshes/ differs from that
- // for /coins/, i.e. for load balancing. Clients SHOULD
+ // Can be used if the base URL for ``/refreshes/`` differs from that
+ // for ``/coins/``, i.e. for load balancing. Clients SHOULD
// respect the refresh_base_url if provided. Any HTTP server
// belonging to an exchange MUST generate a 307 or 308 redirection
// to the correct base URL should a client uses the wrong base
@@ -1449,7 +1449,7 @@ the API during normal operation.
//
// When melting the same coin twice (technically allowed
// as the response might have been lost on the network),
- // the exchange may return different values for the refresh_base_url.
+ // the exchange may return different values for the ``refresh_base_url``.
refresh_base_url?: string;
}