'Swagger special character in query

Swagger is currently appending special characters to my query, as stated in this document https://swagger.io/docs/specification/describing-parameters/, adding allowReserved: true should fix the issue, but I have tried that and the special characters are still appended. enter image description here

Europe%2FAndorra should be Europe/Andorra

How can this issue be resolved? a possible workaround will also be appreciated.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source