From 7cfeabcadaecbfbc7d67d387bb89d6dabd72a550 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 26 Apr 2024 21:22:12 -0400 Subject: [PATCH] json update --- public/apidoc/digifi.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/public/apidoc/digifi.json b/public/apidoc/digifi.json index 16b81a2..111b745 100644 --- a/public/apidoc/digifi.json +++ b/public/apidoc/digifi.json @@ -32,7 +32,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AutoMedSystem.CommonService.ViewModels.DrugInteractionSettingResponseType]" + "$ref": "#/components/schemas/BNV.ResponseType" } }, "text/json": { @@ -632,6 +632,25 @@ }, "components": { "schemas": { + "BNV.ResponseType": { + "type": "object", + "properties": { + "HasResult": { + "type": "boolean", + "description": "Indicates if the response contains a result", + "readOnly": true + }, + "ResponseData": { + "$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.DrugInteractionSettingResponseType" + }, + "Successful": { + "type": "boolean", + "description": "Indicates if the response is successful or not. Warning or success result type indicate success", + "readOnly": true + } + }, + "additionalProperties": false + }, "AutoMedSystem.CommonService.ViewModels.InteractionAndAllergyIndicationResponseType": { "type": "object", "properties": {