forked from loafle/openapi-generator-original
update samples
This commit is contained in:
@@ -554,6 +554,7 @@ public interface FakeApi {
|
||||
value = "/fake/nullable",
|
||||
consumes = { "application/json" }
|
||||
)
|
||||
|
||||
default Mono<ResponseEntity<Void>> testNullable(
|
||||
@ApiParam(value = "request body", required = true) @Valid @RequestBody Mono<ChildWithNullable> childWithNullable,
|
||||
@ApiIgnore final ServerWebExchange exchange
|
||||
|
||||
Reference in New Issue
Block a user