Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

SmartDocs template issue unable to accept multiple query parameters using same name

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

0 2 268
2 REPLIES 2