NONRTRIC - Implement DMaaP mediator producer service in Java
[nonrtric.git] / dmaap-adaptor-java / api / api.json
index 39056e9..6cd3525 100644 (file)
                         "description": "OK",
                         "content": {"application/json": {"schema": {"$ref": "#/components/schemas/void"}}}
                     },
+                    "400": {
+                        "description": "Other error in the request",
+                        "content": {"application/json": {"schema": {"$ref": "#/components/schemas/error_information"}}}
+                    },
                     "404": {
                         "description": "Information type is not found",
                         "content": {"application/json": {"schema": {"$ref": "#/components/schemas/error_information"}}}