Swagger UI generating wrong Curl command as pasted below and due to this query string truncating
curl -X GET http://domain:8080/v1/endpoint?access_token=affsfafasfa&type=1 -H "accept: application/json" -H "content-type: application/json" the correct Curl command should be like this curl -X GET *'* http://domain:8080/v1/endpoint?access_token=affsfafasfa&type=1*'* -H "accept: application/json" -H "content-type: application/json" the difference between above two command is quote around http url . So please tell me how to achieve this in swagger ui ? -- 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.
