Update swagger files in rst documentation 47/104147/3
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Mon, 23 Mar 2020 11:46:42 +0000 (12:46 +0100)
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Mon, 23 Mar 2020 11:52:22 +0000 (12:52 +0100)
Issue-ID: DCAEGEN2-2114
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I3af88cf37b118067a4570080c71a6fe7762c46c7

docs/sections/apis/swagger_vescollector.json
docs/sections/apis/swagger_vescollector.yaml

index 05376ae..d53f230 100644 (file)
@@ -1,8 +1,8 @@
 {
   "swagger": "2.0",
   "info": {
-    "version": "1.4.5",
-    "title": "VES Collector",
+    "version": "1.5.3",
+    "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",
     "contact": {},
       "url": "http://www.apache.org/licenses/LICENSE-2.0"
     }
   },
-  "host": "localhost:8080",
+  "host": "localhost:8443",
   "basePath": "/",
-  "tags": [
-    {
-      "name": "basic-error-controller",
-      "description": "Basic Error Controller"
-    },
-    {
-      "name": "ves-rest-controller",
-      "description": "Ves Rest Controller"
-    }
-  ],
+  "tags": [{
+    "name": "basic-error-controller",
+    "description": "Basic Error Controller"
+  }, {
+    "name": "ves-rest-controller",
+    "description": "Ves Rest Controller"
+  }],
   "paths": {
     "/": {
       "get": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "mainPage",
         "operationId": "mainPageUsingGET",
-        "produces": [
-          "*/*"
-        ],
+        "produces": ["*/*"],
         "responses": {
           "200": {
             "description": "OK",
     },
     "/error": {
       "get": {
-        "tags": [
-          "basic-error-controller"
-        ],
-        "summary": "errorHtml",
-        "operationId": "errorHtmlUsingGET",
-        "produces": [
-          "text/html"
-        ],
+        "tags": ["basic-error-controller"],
+        "summary": "error",
+        "operationId": "errorUsingGET",
+        "produces": ["*/*"],
         "responses": {
           "200": {
             "description": "OK",
             "schema": {
-              "$ref": "#/definitions/ModelAndView"
+              "type": "object",
+              "additionalProperties": {
+                "type": "object"
+              }
             }
           },
           "401": {
         }
       },
       "head": {
-        "tags": [
-          "basic-error-controller"
-        ],
-        "summary": "errorHtml",
-        "operationId": "errorHtmlUsingHEAD",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "text/html"
-        ],
+        "tags": ["basic-error-controller"],
+        "summary": "error",
+        "operationId": "errorUsingHEAD",
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
         "responses": {
           "200": {
             "description": "OK",
             "schema": {
-              "$ref": "#/definitions/ModelAndView"
+              "type": "object",
+              "additionalProperties": {
+                "type": "object"
+              }
             }
           },
           "204": {
         }
       },
       "post": {
-        "tags": [
-          "basic-error-controller"
-        ],
-        "summary": "errorHtml",
-        "operationId": "errorHtmlUsingPOST",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "text/html"
-        ],
+        "tags": ["basic-error-controller"],
+        "summary": "error",
+        "operationId": "errorUsingPOST",
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
         "responses": {
           "200": {
             "description": "OK",
             "schema": {
-              "$ref": "#/definitions/ModelAndView"
+              "type": "object",
+              "additionalProperties": {
+                "type": "object"
+              }
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
         }
       },
       "put": {
-        "tags": [
-          "basic-error-controller"
-        ],
-        "summary": "errorHtml",
-        "operationId": "errorHtmlUsingPUT",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "text/html"
-        ],
+        "tags": ["basic-error-controller"],
+        "summary": "error",
+        "operationId": "errorUsingPUT",
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
         "responses": {
           "200": {
             "description": "OK",
             "schema": {
-              "$ref": "#/definitions/ModelAndView"
+              "type": "object",
+              "additionalProperties": {
+                "type": "object"
+              }
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
         }
       },
       "delete": {
-        "tags": [
-          "basic-error-controller"
-        ],
-        "summary": "errorHtml",
-        "operationId": "errorHtmlUsingDELETE",
-        "produces": [
-          "text/html"
-        ],
+        "tags": ["basic-error-controller"],
+        "summary": "error",
+        "operationId": "errorUsingDELETE",
+        "produces": ["*/*"],
         "responses": {
           "200": {
             "description": "OK",
             "schema": {
-              "$ref": "#/definitions/ModelAndView"
+              "type": "object",
+              "additionalProperties": {
+                "type": "object"
+              }
             }
           },
           "204": {
         }
       },
       "options": {
-        "tags": [
-          "basic-error-controller"
-        ],
-        "summary": "errorHtml",
-        "operationId": "errorHtmlUsingOPTIONS",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "text/html"
-        ],
+        "tags": ["basic-error-controller"],
+        "summary": "error",
+        "operationId": "errorUsingOPTIONS",
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
         "responses": {
           "200": {
             "description": "OK",
             "schema": {
-              "$ref": "#/definitions/ModelAndView"
+              "type": "object",
+              "additionalProperties": {
+                "type": "object"
+              }
             }
           },
           "204": {
         }
       },
       "patch": {
-        "tags": [
-          "basic-error-controller"
-        ],
-        "summary": "errorHtml",
-        "operationId": "errorHtmlUsingPATCH",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "text/html"
-        ],
+        "tags": ["basic-error-controller"],
+        "summary": "error",
+        "operationId": "errorUsingPATCH",
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
         "responses": {
           "200": {
             "description": "OK",
             "schema": {
-              "$ref": "#/definitions/ModelAndView"
+              "type": "object",
+              "additionalProperties": {
+                "type": "object"
+              }
             }
           },
           "204": {
     },
     "/eventListener/v1": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
     },
     "/eventListener/v1/eventBatch": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_1",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
     },
     "/eventListener/v2": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_2",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
     },
     "/eventListener/v2/eventBatch": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_3",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
     },
     "/eventListener/v3": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_4",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
     },
     "/eventListener/v3/eventBatch": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_5",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
     },
     "/eventListener/v4": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_6",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
     },
     "/eventListener/v4/eventBatch": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_7",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
     },
     "/eventListener/v5": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_8",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
     },
     "/eventListener/v5/eventBatch": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_9",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
           },
           "401": {
             "description": "Unauthorized"
     },
     "/eventListener/v7": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_10",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
+          },
+          "400": {
+            "description": "Bad Request"
           },
           "401": {
             "description": "Unauthorized"
           },
           "404": {
             "description": "Not Found"
+          },
+          "500": {
+            "description": "Internal Server Error"
           }
         }
       }
     },
     "/eventListener/v7/eventBatch": {
       "post": {
-        "tags": [
-          "ves-rest-controller"
-        ],
+        "tags": ["ves-rest-controller"],
         "summary": "receiveEvent",
         "operationId": "receiveEventUsingPOST_11",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "*/*"
-        ],
-        "parameters": [
-          {
-            "in": "body",
-            "name": "jsonPayload",
-            "description": "jsonPayload",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
+        "consumes": ["application/json"],
+        "produces": ["*/*"],
+        "parameters": [{
+          "in": "body",
+          "name": "jsonPayload",
+          "description": "jsonPayload",
+          "required": true,
+          "schema": {
+            "type": "string"
+          }
+        }],
         "responses": {
           "200": {
             "description": "OK",
               "type": "string"
             }
           },
-          "201": {
-            "description": "Created"
+          "202": {
+            "description": "Accepted"
+          },
+          "400": {
+            "description": "Bad Request"
           },
           "401": {
             "description": "Unauthorized"
           },
           "404": {
             "description": "Not Found"
+          },
+          "500": {
+            "description": "Internal Server Error"
           }
         }
       }
         },
         "status": {
           "type": "string",
-          "enum": [
-            "100",
-            "101",
-            "102",
-            "103",
-            "200",
-            "201",
-            "202",
-            "203",
-            "204",
-            "205",
-            "206",
-            "207",
-            "208",
-            "226",
-            "300",
-            "301",
-            "302",
-            "303",
-            "304",
-            "305",
-            "307",
-            "308",
-            "400",
-            "401",
-            "402",
-            "403",
-            "404",
-            "405",
-            "406",
-            "407",
-            "408",
-            "409",
-            "410",
-            "411",
-            "412",
-            "413",
-            "414",
-            "415",
-            "416",
-            "417",
-            "418",
-            "419",
-            "420",
-            "421",
-            "422",
-            "423",
-            "424",
-            "426",
-            "428",
-            "429",
-            "431",
-            "451",
-            "500",
-            "501",
-            "502",
-            "503",
-            "504",
-            "505",
-            "506",
-            "507",
-            "508",
-            "509",
-            "510",
-            "511"
-          ]
+          "enum": ["100", "101", "102", "103", "200", "201", "202", "203", "204", "205", "206", "207", "208", "226", "300", "301", "302", "303", "304", "305", "307", "308", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "426", "428", "429", "431", "451", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511"]
         },
         "view": {
           "$ref": "#/definitions/View"
index 978ea1d..6d181dd 100644 (file)
@@ -1,5 +1,6 @@
 # ================================================================================
 # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 2020 Nokia. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -16,8 +17,8 @@
 #
 swagger: '2.0'
 info:
-  version: 1.4.5
-  title: VES Collector
+  version: '1.5.3'
+  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
@@ -27,7 +28,7 @@ info:
   license:
     name: Apache 2.0
     url: 'http://www.apache.org/licenses/LICENSE-2.0'
-host: 'localhost:8080'
+host: 'localhost:8443'
 basePath: /
 tags:
   - name: basic-error-controller
@@ -107,8 +108,8 @@ paths:
           description: OK
           schema:
             $ref: '#/definitions/ModelAndView'
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -129,8 +130,8 @@ paths:
           description: OK
           schema:
             $ref: '#/definitions/ModelAndView'
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -217,8 +218,8 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -247,8 +248,8 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -277,8 +278,8 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -307,8 +308,8 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -337,8 +338,8 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -367,8 +368,8 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -397,8 +398,8 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -427,8 +428,8 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -457,8 +458,8 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -487,8 +488,8 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
         '401':
           description: Unauthorized
         '403':
@@ -517,14 +518,18 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
+        '400':
+          description: Bad Request
         '401':
           description: Unauthorized
         '403':
           description: Forbidden
         '404':
           description: Not Found
+        '500':
+          description: Internal Server Error
   /eventListener/v7/eventBatch:
     post:
       tags:
@@ -547,14 +552,18 @@ paths:
           description: OK
           schema:
             type: string
-        '201':
-          description: Created
+        '202':
+          description: Accepted
+        '400':
+          description: Bad Request
         '401':
           description: Unauthorized
         '403':
           description: Forbidden
         '404':
           description: Not Found
+        '500':
+          description: Internal Server Error
 definitions:
   ModelAndView:
     type: object