Skip to content

Commit 2cb32b6

Browse files
committed
update generated test openapi.json output
1 parent ea616ba commit 2cb32b6

File tree

1 file changed

+3
-3
lines changed
  • tests/test-javalin-jsonb/src/main/resources/public

1 file changed

+3
-3
lines changed

tests/test-javalin-jsonb/src/main/resources/public/openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"openapi" : "3.0.1",
33
"info" : {
4-
"title" : "Example service",
4+
"title" : "Example service showing off the Path extension method of controller",
55
"description" : "Example Javalin controllers with Java and Maven",
66
"version" : ""
77
},
88
"tags" : [
99
{
1010
"name" : "tag1",
11-
"description" : "it's somethin"
11+
"description" : "this is added to openapi tags"
1212
},
1313
{
1414
"name" : "tag1",
15-
"description" : "this is added to openapi tags"
15+
"description" : "it's somethin"
1616
}
1717
],
1818
"paths" : {

0 commit comments

Comments
 (0)