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_serviceCatalog/swagger.json | 4 +++- docs/offeredapis/api_serviceCatalog/swagger.yaml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/offeredapis/api_serviceCatalog') 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 -- cgit 1.2.3-korg