vp2
5 years agoFrequent Visitor
Displaying ENUM in lower/camelCase
Hi there, Hope you're having a nice day. We use swagger ui and spring boot in our project. In our REST webservice, we have ENUM as parameter. On UI side, these enums are displayed in UPPER case bec...
- 5 years ago
They will be displayed the way the API expects to get them. If your API supports getting them in lower/camelCase, then that's where it needs to be updated.