Skip to content

Commit 80f3949

Browse files
committed
desc
1 parent 314e314 commit 80f3949

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/test-javalin-jsonb/src/main/java/org/example/myapp/web/test/OpenAPIController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Person testPost(Person b) {
6161
/**
6262
* Standard Post. The Deprecated annotation adds "deprecacted:true" to the generated json
6363
*
64-
* @param b the body
64+
* @param m the body
6565
* @return the response body (from javadoc)
6666
*/
6767
@Deprecated

tests/test-javalin-jsonb/src/test/java/io/avaje/http/generator/openapi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"summary": "Standard Post",
9393
"description": "The Deprecated annotation adds \"deprecacted:true\" to the generated json",
9494
"requestBody": {
95+
"description": "the body",
9596
"content": {
9697
"application/json": {
9798
"schema": {

0 commit comments

Comments
 (0)