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 swagger-swaggersocket+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to