From f349433ce1bb4edc398c969f16beb776638ec3eb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Jan 2020 16:39:02 +0100 Subject: don't use '406 Not Acceptable', as that refers to content negotiation --- core/api-bank.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/api-bank.rst') diff --git a/core/api-bank.rst b/core/api-bank.rst index 10eae9ad..79043be6 100644 --- a/core/api-bank.rst +++ b/core/api-bank.rst @@ -46,7 +46,7 @@ Withdrawing :status 200 OK: The withdrawal was correctly initiated, therefore the exchange received the payment. A `BankTalerWithdrawResponse` object is returned. - :status 406 Not Acceptable: the user does not have sufficient credit to fulfill their request. + :status 409 Conflict: the user does not have sufficient credit to fulfill their request. :status 404 Not Found: The exchange wire details did not point to any valid bank account. **Details** -- cgit v1.2.3