diff options
author | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-03-24 13:01:35 +0100 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-03-24 13:06:47 +0100 |
commit | 03712a4f1ebfc3ad6467adbac9e47da9bb094d7c (patch) | |
tree | 2ab36e3db6c5b870066c937dac1fb1ef93a0d02a /docs | |
parent | 99e9e486e0c61c29a9dd60c490d530c4a2a9cd7e (diff) |
Update swagger files(version) in rst documentation
Issue-ID: DCAEGEN2-2114
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Id485609b70a5ccad56659030acf5fa28457c01af
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sections/apis/swagger_vescollector.json | 2 | ||||
-rw-r--r-- | docs/sections/apis/swagger_vescollector.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/apis/swagger_vescollector.json b/docs/sections/apis/swagger_vescollector.json index d53f2305..7d0d76fe 100644 --- a/docs/sections/apis/swagger_vescollector.json +++ b/docs/sections/apis/swagger_vescollector.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "version": "1.5.3", + "version": "1.5.4", "title": "Api Documentation", "description": "Virtual Event Streaming (VES) Collector is RESTful collector for processing JSON messages. The collector verifies the source and validates the events against VES schema before distributing to DMAAP MR topics\n", "termsOfService": "urn:tos", diff --git a/docs/sections/apis/swagger_vescollector.yaml b/docs/sections/apis/swagger_vescollector.yaml index 6d181dd7..77ced698 100644 --- a/docs/sections/apis/swagger_vescollector.yaml +++ b/docs/sections/apis/swagger_vescollector.yaml @@ -17,7 +17,7 @@ # swagger: '2.0' info: - version: '1.5.3' + version: '1.5.4' title: Api Documentation description: > Virtual Event Streaming (VES) Collector is RESTful collector for processing |