diff options
author | ajmayer <am803u@att.com> | 2019-12-20 12:48:27 -0500 |
---|---|---|
committer | ajmayer <am803u@att.com> | 2019-12-20 12:48:27 -0500 |
commit | c1ae66b947edefe90ffb9c788db1ee75779b0624 (patch) | |
tree | eac0dfaf82817d5a375ad119a6834a4bce3bbd81 /docs | |
parent | f4bcabffd0e4caae0f1f8834c0d9b5082c18837e (diff) |
Removed additional tag in service catalog swagger as per suggested guidelines
Change-Id: Ibdce212337c1b8ebb0e4d27c46c394742f46635b
Signed-off-by: ajmayer <am803u@att.com>
Issue-ID: EXTAPI-374
Diffstat (limited to 'docs')
-rw-r--r-- | docs/offeredapis/api_serviceCatalog/swagger.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/offeredapis/api_serviceCatalog/swagger.json b/docs/offeredapis/api_serviceCatalog/swagger.json index bb3a307..41066c3 100644 --- a/docs/offeredapis/api_serviceCatalog/swagger.json +++ b/docs/offeredapis/api_serviceCatalog/swagger.json @@ -247,7 +247,7 @@ "/serviceSpecification/{id}/specificationInputSchema": { "get": { "tags": [ - "ServiceSpecification", "specificationInputSchema" + "ServiceSpecification" ], "produces": [ "application/json;charset=utf-8" |