mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 20:57:06 +00:00
update samples
This commit is contained in:
@@ -569,6 +569,7 @@ public interface FakeApi {
|
||||
consumes = { "application/json" }
|
||||
)
|
||||
@ResponseStatus(HttpStatus.OK)
|
||||
|
||||
default Mono<Void> testNullable(
|
||||
@ApiParam(value = "request body", required = true) @Valid @RequestBody Mono<ChildWithNullable> childWithNullable,
|
||||
@ApiIgnore final ServerWebExchange exchange
|
||||
|
||||
Reference in New Issue
Block a user