summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-20 12:01:15 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-20 12:01:15 +0200
commit26182fa8f045ee79ad95211543610704f8d702f3 (patch)
treecfca2dc5ecaf81edd0864155f284ffb9b26242d8
parentc6014d72d0db9f199a6462c9841ffa4785985d45 (diff)
downloaddocs-26182fa8f045ee79ad95211543610704f8d702f3.tar.gz
docs-26182fa8f045ee79ad95211543610704f8d702f3.tar.bz2
docs-26182fa8f045ee79ad95211543610704f8d702f3.zip
fix link
-rw-r--r--core/api-merchant.rst26
-rw-r--r--developers-manual.rst2
2 files changed, 15 insertions, 13 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index ea1750cf..9aeb50a5 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1624,6 +1624,8 @@ Giving Customer Tips
:status 200 OK:
The backend is waiting for the reserve to be established. The merchant
must now perform the wire transfer indicated in the `ReserveCreateConfirmation`.
+ :status 408 Timeout:
+ The exchange did not respond on time.
:status 409 Conflict:
The exchange does not support the requested wire method.
:status 424 Failed Dependency:
@@ -1658,13 +1660,13 @@ Giving Customer Tips
Obtain list of reserves that have been created for tipping.
- **Request:**
+ **Request:**
- :query after: *Optional*. Only return reserves created after the given timestamp in milliseconds
- :query active: *Optional*. Only return active/inactive reserves depending on the boolean given
- :query failures: *Optional*. Only return reserves where we disagree with the exchange about the initial balance.
+ :query after: *Optional*. Only return reserves created after the given timestamp in milliseconds
+ :query active: *Optional*. Only return active/inactive reserves depending on the boolean given
+ :query failures: *Optional*. Only return reserves where we disagree with the exchange about the initial balance.
- **Response:**
+ **Response:**
:status 200 OK:
Returns a list of known tipping reserves.
@@ -1712,13 +1714,13 @@ Giving Customer Tips
.. http:get:: /private/reserves/$RESERVE_PUB
- Obtain information about a specific reserve that have been created for tipping.
+ Obtain information about a specific reserve that have been created for tipping.
- **Request:**
+ **Request:**
- :query tips: *Optional*. If set to "yes", returns also information about all of the tips created
+ :query tips: *Optional*. If set to "yes", returns also information about all of the tips created
- **Response:**
+ **Response:**
:status 200 OK:
Returns the `ReserveDetail`.
@@ -1876,11 +1878,11 @@ Giving Customer Tips
Obtain information about a particular tip.
- **Request:**
+ **Request:**
- :query pickups: if set to "yes", returns also information about all of the pickups
+ :query pickups: if set to "yes", returns also information about all of the pickups
- **Response:**
+ **Response:**
:status 200 OK:
The tip is known. The backend responds with a `TipDetails` message
diff --git a/developers-manual.rst b/developers-manual.rst
index 8dd83037..70d92f28 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -810,7 +810,7 @@ Components written in C
These are the general coding style rules for Taler.
* Baseline rules are to follow GNU guidelines, modified or extended
- by the GNUnet style: https://gnunet.org/style
+ by the GNUnet style: https://docs.gnunet.org/handbook/gnunet.html#Coding-style
Naming conventions
^^^^^^^^^^^^^^^^^^