From dbb847caba6e2e9b4733ed73dccb1858335a11f6 Mon Sep 17 00:00:00 2001 From: priscilla Date: Tue, 15 Nov 2022 04:58:11 -0500 Subject: Update --- core/api-merchant.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 0ac6dcac..2f92c8a0 100644 --- 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`: -- cgit v1.2.3