From 3b73e92f0d5c8331b81441f02a71150c8712ce57 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 27 Apr 2024 07:45:58 -0400 Subject: [PATCH] verify bvn --- public/apidoc/digifi.json | 49 +++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/public/apidoc/digifi.json b/public/apidoc/digifi.json index 5e1ef73..6736aa8 100644 --- a/public/apidoc/digifi.json +++ b/public/apidoc/digifi.json @@ -65,30 +65,35 @@ "tags": [ "BVN" ], - "requestBody": { - "content": { - "application/json-patch+json": { - "schema": { - "$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel" - } - }, - "application/json": { - "schema": { - "$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel" - } - }, - "application/*+json": { - "schema": { - "$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel" - } + "parameters": [ + { + "name": "bvn", + "in": "path", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "otp", + "in": "path", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "verification_id", + "in": "path", + "required": true, + "schema": { + "type": "string", + "nullable": true } } - }, + ], "responses": { "200": { "description": "Success",