From 000f78c23f72d3bc91a65a97c5bbebd5ccd246c8 Mon Sep 17 00:00:00 2001 From: Damilola Odujoko Date: Wed, 17 Jan 2024 12:57:16 +0100 Subject: [PATCH] Chore: Update the status code for customer validation --- dist/api/customers/id_validation/response.json | 4 ++-- src/api/customers/id_validation/response.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"