**I have two params
- basePath/{a}: POST
- basePath/{b} GET But swagger yaml is NOT RECOGNISING path 2 says get not allowed cannot change url , any other way ?**
Tried rearranging the paths , but apparently swagger sorts the path alphabetically and always the alphabetically smaller path is recognised
so if I changed path 1 as : basePath/{c} POST the path 2 would work and I would be able to GET basePath/{b} but basePath/{c} wont work and it gives error POST not allowed