You’ll need to share some more details. Post some code for best feedback.
> On Mar 22, 2017, at 7:46 AM, subbu mani <[email protected]> wrote: > > In Swagger 2 , we are facing below issue : > > We are having a POST method, which uses query string while submitting the > request. Since it is a security issue , we have used @ApiImplicitParam > annotation since it is supporting 'body' attribute. This works only for the > primitive data types and does not work for the complex objects (Custom > Object) . Is there anyway custom object with POST method? > > -- > 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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.
