Discussions
Property Names Camel Case
almost 2 years ago by Emre Berk AKIRMAK
Hi guys,
I developed an endpoint that request body xml. Then i set swagger settings Pascal Case ("PropertyName1") like below.
string string</subRoot>
But when i push to readme, property names are camel case ("propertyName1"). How can i fix this problem ?
string string