diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 02:43:58 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 02:43:58 -0400 |
commit | f25489906ae348720c0d89c196c68f1afd5f6ed0 (patch) | |
tree | bec651b8caac1b3c61a102f86e128ccfc0746dbe /core/api-exchange.rst | |
parent | 0f25dcca49e0574d967d185d0098f2df4b314ff7 (diff) | |
download | docs-f25489906ae348720c0d89c196c68f1afd5f6ed0.tar.gz docs-f25489906ae348720c0d89c196c68f1afd5f6ed0.tar.bz2 docs-f25489906ae348720c0d89c196c68f1afd5f6ed0.zip |
change markup for ‘/refreshes/’ from " to ``
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r-- | core/api-exchange.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 9dcc5d04..52f9dcb9 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -1492,7 +1492,7 @@ the API during normal operation. (note that the value is calculated independently by both sides and has never appeared *explicitly* in the protocol before). - The base URL for "/refreshes/"-requests may differ from the main base URL of + The base URL for ``/refreshes/``-requests may differ from the main base URL of the exchange. Clients SHOULD respect the "refresh_base_url" returned for the coin during melt operations. The exchange MUST return a 307 or 308 redirection to the correct base URL if the client failed to |