taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b9dc01946bdfceb9c67aa29b87e1b4046165b712
parent 0c47e9a8e165be9b5ab6a40491921d77bcc88823
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  6 Jul 2026 00:20:05 +0200

remove impossible cases from spec

Diffstat:
Mcore/merchant/patch-private-templates-TEMPLATE_ID.rst | 3---
Mcore/merchant/patch-private-webhooks-WEBHOOK_ID.rst | 2--
2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/core/merchant/patch-private-templates-TEMPLATE_ID.rst b/core/merchant/patch-private-templates-TEMPLATE_ID.rst @@ -18,9 +18,6 @@ :http:statuscode:`404 Not found`: The template(ID) is unknown to the backend. Returned with ``TALER_EC_MERCHANT_GENERIC_TEMPLATE_UNKNOWN``. - :http:statuscode:`409 Conflict`: - The provided information is inconsistent with the current state of the template. Changes made is the same with - another store. :http:statuscode:`500 Internal Server Error`: The server experienced an internal failure. Returned with ``TALER_EC_GENERIC_DB_STORE_FAILED``, diff --git a/core/merchant/patch-private-webhooks-WEBHOOK_ID.rst b/core/merchant/patch-private-webhooks-WEBHOOK_ID.rst @@ -17,8 +17,6 @@ :http:statuscode:`404 Not found`: The webhook(ID) is unknown to the backend. Returned with ``TALER_EC_MERCHANT_GENERIC_WEBHOOK_UNKNOWN``. - :http:statuscode:`409 Conflict`: - The provided information is inconsistent with the current state of the webhook. Changes made is the same with another store. :http:statuscode:`500 Internal Server Error`: The server experienced an internal failure. Returned with ``TALER_EC_GENERIC_DB_STORE_FAILED``,