From 9cf4619264313d55bf02a0d30a40e20ac83f553c Mon Sep 17 00:00:00 2001 From: aosull01 Date: Wed, 22 Jan 2020 14:22:49 +0000 Subject: Fix Spectral error and add https scheme Issue-ID: EXTAPI-385 Signed-off-by: aosull01 Change-Id: I1856385dc95b7b2ca6c24daabbd37a10a9f29621 --- docs/offeredapis/api_hub/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/offeredapis/api_hub/swagger.json') diff --git a/docs/offeredapis/api_hub/swagger.json b/docs/offeredapis/api_hub/swagger.json index b3a1fde..d8cc86e 100644 --- a/docs/offeredapis/api_hub/swagger.json +++ b/docs/offeredapis/api_hub/swagger.json @@ -25,7 +25,7 @@ "host": "serverRoot:30274", "basePath": "/nbi/api/v4", "schemes": [ - "http" + "http", "https" ], "produces": [ "application/json;charset=utf-8" -- cgit 1.2.3-korg