diff --git a/core/src/main/java/io/aiven/klaw/controller/UtilController.java b/core/src/main/java/io/aiven/klaw/controller/UtilController.java index 2561b8a2c6..8f230e1cd7 100644 --- a/core/src/main/java/io/aiven/klaw/controller/UtilController.java +++ b/core/src/main/java/io/aiven/klaw/controller/UtilController.java @@ -95,6 +95,8 @@ public void shutdownApp() { summary = "Get counts of all request entity types for different status,operation types", responses = { @ApiResponse( + description = "OK", + responseCode = "200", content = @Content(schema = @Schema(implementation = RequestsCountOverview.class))) }) @RequestMapping( diff --git a/openapi.yaml b/openapi.yaml index 864590792f..2acb380120 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2540,8 +2540,8 @@ } } ], "responses" : { - "default" : { - "description" : "default response", + "200" : { + "description" : "OK", "content" : { "application/json" : { "schema" : {