From 627cba6a7dfc471bb5974d67147ad3bdeccd8d44 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 May 2015 10:35:21 +0200 Subject: spell out status codes --- api-merchant.rst | 6 +++--- 1 file 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 -- cgit v1.2.3