diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2020-01-22 14:22:49 +0000 |
---|---|---|
committer | aosull01 <adrian.osullivan@huawei.com> | 2020-01-22 14:22:49 +0000 |
commit | 9cf4619264313d55bf02a0d30a40e20ac83f553c (patch) | |
tree | c0679c40c965fdb10d1c75a35250f60d275f8538 /docs/offeredapis/api_serviceInventory | |
parent | 3368de8d350fc0b00d94cc38bcbcdbacbf80b516 (diff) |
Fix Spectral error and add https scheme
Issue-ID: EXTAPI-385
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I1856385dc95b7b2ca6c24daabbd37a10a9f29621
Diffstat (limited to 'docs/offeredapis/api_serviceInventory')
-rw-r--r-- | docs/offeredapis/api_serviceInventory/swagger.json | 2 | ||||
-rw-r--r-- | docs/offeredapis/api_serviceInventory/swagger.yaml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/offeredapis/api_serviceInventory/swagger.json b/docs/offeredapis/api_serviceInventory/swagger.json index c3a3bde..bc416f3 100644 --- a/docs/offeredapis/api_serviceInventory/swagger.json +++ b/docs/offeredapis/api_serviceInventory/swagger.json @@ -25,7 +25,7 @@ "host": "serverRoot:30274", "basePath": "/nbi/api/v4", "schemes": [ - "http" + "http", "https" ], "produces": [ "application/json;charset=utf-8" diff --git a/docs/offeredapis/api_serviceInventory/swagger.yaml b/docs/offeredapis/api_serviceInventory/swagger.yaml index 5d38da3..2c902ab 100644 --- a/docs/offeredapis/api_serviceInventory/swagger.yaml +++ b/docs/offeredapis/api_serviceInventory/swagger.yaml @@ -35,6 +35,7 @@ host: "serverRoot:30274" basePath: "/nbi/api/v4" schemes: - "http" +- "https" produces: - "application/json;charset=utf-8" tags: |