Hi, I am looking for a best approach to produce swagger API documents with custom content-types from my SpringBoot application. I use SpringFox to produce the swagger API documents.
The API consumes and produces a custom content-type, actually It is an XML format with root name changed to custom (X-AML). I tried defining the content type through @ApiImplicitParam But It considers JSON format as default. I understand there are some customization required to handle custom content-types. Please suggest me a best approach to handle this custom content-type. Thanks! -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
