summaryrefslogtreecommitdiff
path: root/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-06 10:35:21 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-06 10:35:21 +0200
commit627cba6a7dfc471bb5974d67147ad3bdeccd8d44 (patch)
treea29c943fa9f12ecac349108ddde891130d82aa3a /api-merchant.rst
parent6f27b3627b1cd4a9af8157dfbf5f3352812a4399 (diff)
downloaddocs-627cba6a7dfc471bb5974d67147ad3bdeccd8d44.tar.gz
docs-627cba6a7dfc471bb5974d67147ad3bdeccd8d44.tar.bz2
docs-627cba6a7dfc471bb5974d67147ad3bdeccd8d44.zip
spell out status codes
Diffstat (limited to 'api-merchant.rst')
-rw-r--r--api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 8a9bb15e..1e4941d9 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -242,6 +242,6 @@ The following are the API made available by the merchant:
**Failure Response**
- :status 400: Request not understood or incomplete
- :status 403: The contract's retraction period has expired
- :status 404: Invalid / unknown contract
+ :status 400 Bad Request: Request not understood or incomplete
+ :status 403 Forbidden: The contract's retraction period has expired
+ :status 404 Not Found: Invalid / unknown contract