You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With flask-restplus 0.10.1, having a forward slash in the name space will translate into a weird encoding in swagger-ui. For example, modifying the todo list example as is:
With flask-restplus 0.10.1, having a forward slash in the name space will translate into a weird encoding in swagger-ui. For example, modifying the todo list example as is:
in the swagger-ui this
/
will be encoded to%2F
and it'll be impossible to open the menu by clicking on it.I couldn't track down where the encoding was happening, and was wondering if someone had encountered the same issue.
The text was updated successfully, but these errors were encountered: