aboutsummaryrefslogtreecommitdiffstats
path: root/docs/offeredapis
diff options
context:
space:
mode:
authoraosull01 <adrian.osullivan@huawei.com>2020-01-22 14:22:49 +0000
committeraosull01 <adrian.osullivan@huawei.com>2020-01-22 14:22:49 +0000
commit9cf4619264313d55bf02a0d30a40e20ac83f553c (patch)
treec0679c40c965fdb10d1c75a35250f60d275f8538 /docs/offeredapis
parent3368de8d350fc0b00d94cc38bcbcdbacbf80b516 (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')
-rw-r--r--docs/offeredapis/api_hub/swagger.json2
-rw-r--r--docs/offeredapis/api_hub/swagger.yaml1
-rw-r--r--docs/offeredapis/api_serviceCatalog/swagger.json4
-rw-r--r--docs/offeredapis/api_serviceCatalog/swagger.yaml3
-rw-r--r--docs/offeredapis/api_serviceInventory/swagger.json2
-rw-r--r--docs/offeredapis/api_serviceInventory/swagger.yaml1
-rw-r--r--docs/offeredapis/api_serviceOrder/swagger.json2
-rw-r--r--docs/offeredapis/api_serviceOrder/swagger.yaml1
-rw-r--r--docs/offeredapis/api_status/swagger.json2
-rw-r--r--docs/offeredapis/api_status/swagger.yaml1
10 files changed, 14 insertions, 5 deletions
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"
diff --git a/docs/offeredapis/api_hub/swagger.yaml b/docs/offeredapis/api_hub/swagger.yaml
index ec55cf8..ec59aa6 100644
--- a/docs/offeredapis/api_hub/swagger.yaml
+++ b/docs/offeredapis/api_hub/swagger.yaml
@@ -40,6 +40,7 @@ host: "serverRoot:30274"
basePath: "/nbi/api/v4"
schemes:
- "http"
+- "https"
produces:
- "application/json;charset=utf-8"
tags:
diff --git a/docs/offeredapis/api_serviceCatalog/swagger.json b/docs/offeredapis/api_serviceCatalog/swagger.json
index f747776..d74644e 100644
--- a/docs/offeredapis/api_serviceCatalog/swagger.json
+++ b/docs/offeredapis/api_serviceCatalog/swagger.json
@@ -24,7 +24,7 @@
"host": "serverRoot:30274",
"basePath": "/nbi/api/v4",
"schemes": [
- "http"
+ "http", "https"
],
"produces": [
"application/json;charset=utf-8"
@@ -170,6 +170,7 @@
"name": "id",
"required": true,
"in": "path",
+ "description": "The Id of the ServiceSpecification",
"type" : "string"
},
{
@@ -267,6 +268,7 @@
"name": "id",
"required": true,
"in": "path",
+ "description": "The Id of the ServiceSpecification",
"type" : "string"
},
{
diff --git a/docs/offeredapis/api_serviceCatalog/swagger.yaml b/docs/offeredapis/api_serviceCatalog/swagger.yaml
index 0425585..602b7f3 100644
--- a/docs/offeredapis/api_serviceCatalog/swagger.yaml
+++ b/docs/offeredapis/api_serviceCatalog/swagger.yaml
@@ -35,6 +35,7 @@ host: "serverRoot:30274"
basePath: "/nbi/api/v4"
schemes:
- "http"
+- "https"
produces:
- "application/json;charset=utf-8"
tags:
@@ -134,6 +135,7 @@ paths:
- name: "id"
required: true
in: "path"
+ description: "The Id of the ServiceSpecification"
type: "string"
- name: "fields"
required: false
@@ -199,6 +201,7 @@ paths:
- name: "id"
required: true
in: "path"
+ description: "The Id of the ServiceSpecification"
type: "string"
- name: "fields"
required: false
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:
diff --git a/docs/offeredapis/api_serviceOrder/swagger.json b/docs/offeredapis/api_serviceOrder/swagger.json
index 95a6ab5..f5fbf38 100644
--- a/docs/offeredapis/api_serviceOrder/swagger.json
+++ b/docs/offeredapis/api_serviceOrder/swagger.json
@@ -23,7 +23,7 @@
"host": "serverRoot:30274",
"basePath": "/nbi/api/v4",
"schemes": [
- "http"
+ "http", "https"
],
"produces": [
"application/json;charset=utf-8"
diff --git a/docs/offeredapis/api_serviceOrder/swagger.yaml b/docs/offeredapis/api_serviceOrder/swagger.yaml
index abb5687..8c8633c 100644
--- a/docs/offeredapis/api_serviceOrder/swagger.yaml
+++ b/docs/offeredapis/api_serviceOrder/swagger.yaml
@@ -40,6 +40,7 @@ host: "serverRoot:30274"
basePath: "/nbi/api/v4"
schemes:
- "http"
+- "https"
produces:
- "application/json;charset=utf-8"
tags:
diff --git a/docs/offeredapis/api_status/swagger.json b/docs/offeredapis/api_status/swagger.json
index c2bcd52..9d49fd0 100644
--- a/docs/offeredapis/api_status/swagger.json
+++ b/docs/offeredapis/api_status/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_status/swagger.yaml b/docs/offeredapis/api_status/swagger.yaml
index a5c156f..929797c 100644
--- a/docs/offeredapis/api_status/swagger.yaml
+++ b/docs/offeredapis/api_status/swagger.yaml
@@ -34,6 +34,7 @@ host: "serverRoot:30274"
basePath: "/nbi/api/v4"
schemes:
- "http"
+- "https"
produces:
- "application/json;charset=utf-8"
tags: