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 217
2 REPLIES 2

Hello @Raja Sekhar

why don't you try passing multiple values under single variable. some sort of comma separated value & check whether it work as per expectation.

frankly speaking i also didn't know about this.

solution: check with your core files. How smartdocs is sending the request ?

for this one we have to configure extra javascript policy to extract variables using the delimiter