Discussions

Ask a Question
Back to All

Property Names Camel Case

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