From 3ebed5e03194970bf1b6947b6efeec1dea2265ff Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 27 Apr 2024 07:52:18 -0400 Subject: [PATCH] fix response --- public/apidoc/digifi.json | 64 ++------------------------------------- 1 file changed, 2 insertions(+), 62 deletions(-) diff --git a/public/apidoc/digifi.json b/public/apidoc/digifi.json index 6736aa8..9f6a264 100644 --- a/public/apidoc/digifi.json +++ b/public/apidoc/digifi.json @@ -100,72 +100,12 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.AddResponse]" + "$ref": "#/components/schemas/BNV.ResponseType" } }, "text/json": { "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.AddResponse]" - } - } - } - }, - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.AddResponse]" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.AddResponse]" - } - } - } - }, - "401": { - "description": "Unauthorized", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.AddResponse]" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.AddResponse]" - } - } - } - }, - "404": { - "description": "Not Found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.AddResponse]" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.AddResponse]" - } - } - } - }, - "500": { - "description": "Server Error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.AddResponse]" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AuxService.Common.Responses.AddResponse]" + "$ref": "#/components/schemas/BNV.ResponseType" } } }