-
-
Notifications
You must be signed in to change notification settings - Fork 553
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This route from the WebFlux functional demo https://github.com/springdoc/springdoc-openapi-demos/blob/ff9b81f88ce1c66ffb5bf70d9bbbd69f5d77aed6/springdoc-openapi-spring-boot-2-webflux-functional/src/main/java/org/springdoc/demo/app4/user/RoutingConfiguration.java#L21
has 2 issues:
userparameter is documented as type "string" but it should be aUserobject. But this can be fixed by acceptingUserinstead ofMono<User>, so it's not the fault of springdoc.- If I change the
idparameter fromPATHtoQUERYthen it is documented as a single body schema that containsidfield anduserfield. But I wantidto be a query parameter anduserto be in the request body.@RequestBodyonuseris ignored.
also, maven project doesn't seem to include -parameters compiler flag, so the real parameter names aren't seen by reflection
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
