I have generated an simple Jhipster app and i create some entity with filter. The api-docs page only display the parameters for the two first attributes of the entities.
Exemple
This entity has :
- **integer** id
- **String** nom
- **String** description
- **integer** collaborateur_id
how can i configure Swagger-ui to see everything ?
Thanks and apologize for my English ;)