forked from loafle/openapi-generator-original
update samples
This commit is contained in:
@@ -514,6 +514,7 @@ public interface FakeApi {
|
||||
value = "/fake/nullable",
|
||||
consumes = { "application/json" }
|
||||
)
|
||||
|
||||
ResponseEntity<Void> testNullable(
|
||||
@Parameter(name = "ChildWithNullable", description = "request body", required = true) @Valid @RequestBody ChildWithNullable childWithNullable
|
||||
) throws Exception;
|
||||
|
||||
Reference in New Issue
Block a user