You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the example https://www.baeldung.com/spring-rest-json-patch, we have the JsonPatch in the request body and we are using swagger docs from springfox. In the swagger ui, the request body doesn't build up the model and example value. Only {} (empty object) is available. Anyone have a solution/suggestion for this.?
The text was updated successfully, but these errors were encountered:
Hello Team,
From the example https://www.baeldung.com/spring-rest-json-patch, we have the JsonPatch in the request body and we are using swagger docs from springfox. In the swagger ui, the request body doesn't build up the model and example value. Only {} (empty object) is available. Anyone have a solution/suggestion for this.?
The text was updated successfully, but these errors were encountered: