Skip to content

Commit

Permalink
Update responses
Browse files Browse the repository at this point in the history
Signed-off-by: muralibasani <[email protected]>
  • Loading branch information
muralibasani committed Jan 9, 2024
1 parent d588527 commit 9bbf9c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2540,8 +2540,8 @@
}
} ],
"responses" : {
"default" : {
"description" : "default response",
"200" : {
"description" : "OK",
"content" : {
"application/json" : {
"schema" : {
Expand Down

0 comments on commit 9bbf9c8

Please sign in to comment.