taler-docs

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

commit dbb847caba6e2e9b4733ed73dccb1858335a11f6
parent ad524508bac94e74c606eba7a7da89cb0ffeb9d5
Author: priscilla <priscilla.huang@efrei.net>
Date:   Tue, 15 Nov 2022 04:58:11 -0500

Update

Diffstat:
Mcore/api-merchant.rst | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2988,8 +2988,7 @@ Create statics QR code **Response:** - - :http:statuscode:`200 No content`: + :http:statuscode:`204 No content`: The QR code has been successfully created. :http:statuscode:`404 Not found`: @@ -3011,7 +3010,7 @@ Create dynamics QR code **Response:** - :http:statuscode:`200 No content`: + :http:statuscode:`204 No content`: The QR code has been successfully created. :http:statuscode:`404 Not found`: @@ -3063,7 +3062,7 @@ Adding templates **Response:** - :http:statuscode:`200 No content`: + :http:statuscode:`204 No content`: The creation of the template is successfull. :http:statuscode:`404 Not found` @@ -3113,7 +3112,7 @@ Editing templates **Response:** - :http:statuscode:`200 No content`: + :http:statuscode:`204 No content`: The templates has successfully modififed. :http:statuscode:`404 Not found`: @@ -3164,7 +3163,7 @@ Inspecting template **Response:** - :http:statuscode:`200 OK`: + :http:statuscode:`204 OK`: The backend has successfully returned all the templates. Returns a `TemplateSummaryResponse`. :http:statuscode:`404 Not found`: