diff --git a/dist/api/customers/id_validation/response.json b/dist/api/customers/id_validation/response.json index 7587773..42a8838 100644 --- a/dist/api/customers/id_validation/response.json +++ b/dist/api/customers/id_validation/response.json @@ -1,6 +1,6 @@ { - "200": { - "description": "200 Ok", + "202": { + "description": "202 Accepted", "data": { "status": true, "message": "Customer Identification in progress" diff --git a/src/api/customers/id_validation/response.json b/src/api/customers/id_validation/response.json index 7587773..42a8838 100644 --- a/src/api/customers/id_validation/response.json +++ b/src/api/customers/id_validation/response.json @@ -1,6 +1,6 @@ { - "200": { - "description": "200 Ok", + "202": { + "description": "202 Accepted", "data": { "status": true, "message": "Customer Identification in progress"