taler-docs

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

commit ac728de28a3f7d1a336121cbf8aa762c7af13539
parent 131ea88f663ce85c812edce3941c55685f7103cc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 26 Mar 2026 00:08:26 +0100

-fix spec issues

Diffstat:
Mcore/merchant/get-private-incoming-ID.rst | 1-
Mcore/merchant/patch-private-otp-devices-DEVICE_ID.rst | 5+----
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/core/merchant/get-private-incoming-ID.rst b/core/merchant/get-private-incoming-ID.rst @@ -79,7 +79,6 @@ // do not (yet) have an answer from the exchange. // Does not imply that the wire transfer was settled. // Since protocol **v27**. - // FIXME: since when? Renamed from ``validated`` to ``confirmed``. confirmed: boolean; } diff --git a/core/merchant/patch-private-otp-devices-DEVICE_ID.rst b/core/merchant/patch-private-otp-devices-DEVICE_ID.rst @@ -15,10 +15,7 @@ :http:statuscode:`400 Bad Request`: The request body is malformed. :http:statuscode:`404 Not found`: - The template(ID) is unknown to the backend. - :http:statuscode:`409 Conflict`: - The provided information is inconsistent with the current state of the template. Changes made is the same with - another store. + The OTP device(ID) is unknown to the backend. :http:statuscode:`500 Internal Server Error`: The server experienced an internal failure. Returned with ``TALER_EC_GENERIC_DB_STORE_FAILED``.