Dear Team, I configured Swagger API in spring boot application.
I have one task related to dynamic query parameters which is not provided by Swagger, correct me if I am wrong . Here is an example: URL : http://localhost:8080/users (Http GET method) : This API returns all users. Let us say User object contains ID,NAME,STATE,CITY. Now I have to get user object with any of the property you can see below http://localhost:8080/users?id=1 http://localhost:8080/users?name=test http://localhost:8080/users?state=test1 http://localhost:8080/users?city=test2 I should pass property of the object as dynamic query parameters. Note: User object is dynamic it may Student or Employee and properties also dynamic. Will it be possible to send dynamic query parameters from Swagger UI. Please resolve the issue it is urgent deliverable task. Your help would be really appreciated. Thank you in advance. Thanks, Mohan -- 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.
