From c663b5011fd9564a70f51a674ec5f3c34bdc9d90 Mon Sep 17 00:00:00 2001 From: Matthieu Geerebaert Date: Wed, 22 Apr 2020 17:32:27 +0200 Subject: Update documentation regarding HTTP / HTTPS Change-Id: Id99bf0fc75d00ebee150620340fd8cf6962d1144 Issue-ID: EXTAPI-443 Signed-off-by: MatthieuGeerebaert --- docs/offeredapis/api_status/swagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/offeredapis/api_status') diff --git a/docs/offeredapis/api_status/swagger.json b/docs/offeredapis/api_status/swagger.json index 70e6a04..9e8885c 100644 --- a/docs/offeredapis/api_status/swagger.json +++ b/docs/offeredapis/api_status/swagger.json @@ -22,10 +22,10 @@ } }, - "host": "serverRoot:30274", + "host": "nbi.api.simpledemo.onap.org:30274", "basePath":"/nbi/api/v4", "schemes": [ - "http", "https" + "https" ], "produces": [ "application/json;charset=utf-8" -- cgit 1.2.3-korg