X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dmaap-adaptor-java%2Fapi%2Fapi.json;h=6cd3525b0eda705c9146595ebf7cbe7dcb7d95d9;hb=e85c7e3fd551f217d93357915594980441fc6062;hp=39056e919fc32f7865bdd1dce9821b1b4b8e4b5c;hpb=9bdb9a9a925ffc15c7c55998975662c0529abefb;p=nonrtric.git diff --git a/dmaap-adaptor-java/api/api.json b/dmaap-adaptor-java/api/api.json index 39056e91..6cd3525b 100644 --- a/dmaap-adaptor-java/api/api.json +++ b/dmaap-adaptor-java/api/api.json @@ -121,6 +121,10 @@ "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"}}}