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": {