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 ea616ba commit 2cb32b6Copy full SHA for 2cb32b6
tests/test-javalin-jsonb/src/main/resources/public/openapi.json
@@ -1,18 +1,18 @@
1
{
2
"openapi" : "3.0.1",
3
"info" : {
4
- "title" : "Example service",
+ "title" : "Example service showing off the Path extension method of controller",
5
"description" : "Example Javalin controllers with Java and Maven",
6
"version" : ""
7
},
8
"tags" : [
9
10
"name" : "tag1",
11
- "description" : "it's somethin"
+ "description" : "this is added to openapi tags"
12
13
14
15
- "description" : "this is added to openapi tags"
+ "description" : "it's somethin"
16
}
17
],
18
"paths" : {
0 commit comments