diff options
author | 2018-09-17 14:17:14 +0530 | |
---|---|---|
committer | 2018-09-17 14:17:14 +0530 | |
commit | 73b36b783e363b1eea326cc8a91be3d9111affba (patch) | |
tree | 747dd326548dd4971e2aed1347c0776196b64c85 /src/main/resources/swagger.json | |
parent | d3a4527d63cde8660980d3a946df795eba011c37 (diff) |
Improve CLM coverage3.0.1-ONAP
Issue-ID: MSB-281
Change-Id: Ibce48a398e62e92a0c6ba8040e73b0dd306a2234
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'src/main/resources/swagger.json')
-rw-r--r-- | src/main/resources/swagger.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/main/resources/swagger.json b/src/main/resources/swagger.json index 9e26dfe..3c54bfa 100644 --- a/src/main/resources/swagger.json +++ b/src/main/resources/swagger.json @@ -1 +1,11 @@ -{}
\ No newline at end of file +{swagger: "2.0",
+info: {
+title: "os-volume",
+version: "Unknown"
+},
+consumes: [
+"application/json"
+],
+produces: [
+"application/json"
+]}
\ No newline at end of file |