From 11262993c6c98dd5f12d9d4ceb958ed458c14cee Mon Sep 17 00:00:00 2001 From: akpsgit <39153880+akpsgit@users.noreply.github.com> Date: Thu, 9 Dec 2021 16:05:06 +0200 Subject: [PATCH] remove v3.0 from supported spec to updload (#71) Co-authored-by: Alexei Kravtsov --- .../layout/Inventory/InventoryDetails/Specs/UploadSpec/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/layout/Inventory/InventoryDetails/Specs/UploadSpec/index.js b/ui/src/layout/Inventory/InventoryDetails/Specs/UploadSpec/index.js index 41e49028..b3f8c3c8 100644 --- a/ui/src/layout/Inventory/InventoryDetails/Specs/UploadSpec/index.js +++ b/ui/src/layout/Inventory/InventoryDetails/Specs/UploadSpec/index.js @@ -84,7 +84,7 @@ const UploadSpec = ({title, inventoryId, onUpdate}) => { {loading ? "Processing..." : "Error in file"} } -
Supported format json or yaml, OAPI 2.0 and 3.0
+
Supported format is OAS v2.0 (json or yaml)