Skip to content

Commit 000f78c

Browse files
Chore: Update the status code for customer validation
1 parent 5b9d169 commit 000f78c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/api/customers/id_validation/response.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"200": {
3-
"description": "200 Ok",
2+
"202": {
3+
"description": "202 Accepted",
44
"data": {
55
"status": true,
66
"message": "Customer Identification in progress"

src/api/customers/id_validation/response.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"200": {
3-
"description": "200 Ok",
2+
"202": {
3+
"description": "202 Accepted",
44
"data": {
55
"status": true,
66
"message": "Customer Identification in progress"

0 commit comments

Comments
 (0)