I am using SmartDocs template in the developer portal it is not accepting query parameter list with the same parameter name like below
http://<apigeehost>/accommodation/v1/<apiname>?uuid=xyz&uuid=abc&uuid=123
I able to call my api like below from developer portal
http://<apigeehost>/accommodation/v1/<apiname>?uuid=xyz&abc=abc&asd=123
But from Swagger UI, I can call my API in both ways
Please kindly suggest me, how can achieve the following API call from the developer portal
http://<apigeehost>/accommodation/v1/<apiname>?uuid=xyz&uuid=abc&uuid=123