How to tell SwaggerUI to display `Enum` by the name and not integer value?
I want SwaggerUI to display
Is there a way I can tell swagger to only display the enums as their string name? But it should still handle everything by their integer values?
Enum by the name and not integer value. The only problem is that when triggering an action it's sending the name to the pipline.Is there a way I can tell swagger to only display the enums as their string name? But it should still handle everything by their integer values?