0

I recently upgraded my JHipster Application from 7.3 to 7.5 and noticed that the Swagger UI looks very different. It used to look like this Previously I was able to make API requests by filling out parameters for the criteria built in the form but now it looks like I can only make a single criteria request. Is this done by design or is there a bug somewhere?

Example Request in 7.5

MSRahman
  • 79
  • 1
  • 12
  • On another note, you shouldn't send such nested objects in the query string because OpenAPI query serialization behavior [is not defined](https://stackoverflow.com/q/67745944/113116) for nested objects. Such objects should be sent in the POST request body instead. – Helen Jan 27 '22 at 08:56

0 Answers0