0

**I have two params

  1. basePath/{a}: POST
  2. 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

N_M
  • 16
  • 1

0 Answers0