We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc83bb5 commit cea0910Copy full SHA for cea0910
tests/test-javalin-jsonb/src/test/resources/expectedInheritedOpenApi.json
@@ -1,8 +1,7 @@
1
{
2
"openapi" : "3.0.1",
3
"info" : {
4
- "title" : "Example service",
5
- "description" : "Example Javalin controllers with Java and Maven",
+ "title" : "Example service showing off the Path extension method of controller",
6
"version" : ""
7
},
8
"tags" : [
@@ -20,7 +19,7 @@
20
19
"summary" : "Standard Get",
21
"description" : "",
22
"responses" : {
23
- "400" : {
+ "500" : {
24
"description" : "a health check",
25
"content" : {
26
"text/plain" : {
0 commit comments