Hi Team,
We have a swagger file in the form of json which has a “consumes” tag as below -
"consumes": [
"application/json; charset=utf-8"
]
We uploads these swagger file on the developer portal in a SmartDocs section.
- Issue is SmartDocs is not rendering Content-Type header as a required field which is generated by tag “consumes” and rendering as below -
- When I edit the generated code and make Content-Type as a mandatory field then its render Content-Type twice as below -
Can someone please help me, How to fix these issue as SmartDocs is not rendering Content-Type as a required field which was generated by tag “consumes”

