summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-11-15 04:58:11 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-11-15 04:58:11 -0500
commitdbb847caba6e2e9b4733ed73dccb1858335a11f6 (patch)
treecf5bc8d6658fe94dda5304a145e0b16d7ff38b1c /core
parentad524508bac94e74c606eba7a7da89cb0ffeb9d5 (diff)
downloaddocs-dbb847caba6e2e9b4733ed73dccb1858335a11f6.tar.gz
docs-dbb847caba6e2e9b4733ed73dccb1858335a11f6.tar.bz2
docs-dbb847caba6e2e9b4733ed73dccb1858335a11f6.zip
Update
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst11
1 files changed, 5 insertions, 6 deletions
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`: