We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Support parameter names with +, with extra allowed characters.
Some OpenAPI documents use e.g. /foo/{+bar}, which means the bar variable has a larged allowed character set.
/foo/{+bar}
bar
But the generator today rejects it because it looks for the parameter named exactly +bar, and that's not found.
+bar