From bc3d2ec0c09d648aced7d057aefde1eb2c626c16 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 27 Apr 2024 08:59:07 -0400 Subject: [PATCH] response fix --- public/apidoc/digifi.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/public/apidoc/digifi.json b/public/apidoc/digifi.json index ca414e2..c13902e 100644 --- a/public/apidoc/digifi.json +++ b/public/apidoc/digifi.json @@ -349,7 +349,7 @@ "readOnly": true }, "ResponseData": { - "$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.DrugInteractionSettingResponseType" + "$ref": "#/components/schemas/BVNResponseModel" }, "Successful": { "type": "boolean", @@ -359,6 +359,17 @@ }, "additionalProperties": false }, + "BVNResponseModel": { + "type": "object", + "properties": { + "validation_id": { + "type": "string", + "description": "Indicates if the response contains a result", + "readOnly": true + } + }, + "additionalProperties": false + }, "AutoMedSystem.CommonService.ViewModels.InteractionAndAllergyIndicationResponseType": { "type": "object", "properties": {