summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-01 12:17:17 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-01 12:17:17 +0100
commitc34524651e97324f5c48e96f2f49db8395573246 (patch)
tree87f374d03427735927eb4e2699c7bf03f753fcde
parentb483058f436cfdab7718e87bd65eb8cc4f5adbd1 (diff)
downloaddocs-c34524651e97324f5c48e96f2f49db8395573246.tar.gz
docs-c34524651e97324f5c48e96f2f49db8395573246.tar.bz2
docs-c34524651e97324f5c48e96f2f49db8395573246.zip
minor fixes to protocol spec
-rw-r--r--api-merchant.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index ee9238cb..2a20dba3 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -368,6 +368,8 @@ The following API are made available by the merchant's `backend` to the merchant
:status 200 OK:
A tip has been created. The backend responds with a `TipCreateConfirmation`_
+ :status 404 Not Found:
+ The instance is unknown to the backend.
:status 412 Precondition Failed:
The tip amount requested exceeds the available reserve balance for tipping.
@@ -393,7 +395,7 @@ The following API are made available by the merchant's `backend` to the merchant
tip_id: HashCode;
// Expiration time for obtaining the tip
- tip_expiration: Timestamp;
+ expiration: Timestamp;
// URI of the exchange from where the tip can be withdrawn
exchange_uri: String;