kayalps
4 years agoNew Member
How to use a same method name with different tags?
Hi,
I have a scenario where I have two different tags with same method name. But its throwing compilation error in swagger editor saying that "duplicated mapping key".
/get_property:
post:
tags:
- Car
/get_property:
post:
tags:
- Bike
Could someone please help on how to make it possible in yaml?
Thanks