From 456c62489b69584395cc4749f7c6ddb963c24fb2 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 02:40:14 -0400 Subject: mark up ‘/refreshes/’, ‘/coins/’, ‘refresh_base_url’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/api-exchange.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/api-exchange.rst') 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; } -- cgit v1.2.3