Swagger UI not sending array correctly
问题 I am trying to send multiple values (an array) (refer to on line 93 in spec ->... name: recipients[] ...) The problem I am facing is the Swagger-ui call the endpoints as below: Actual recipients[]=value1%2Cvalue2 Expected recipients[]=value1&recipients[]=value2 The %2C means , (comma). Below are the required details swagger-ui version 2.1.1 Below is the link for content of the swagger spec file reproducing the issue: http://pastebin.com/V3ZuCjVz 回答1: It looks like the way to specify this is