I have built a service which has same resource path but they differ with their verb(both the service are inside same proxy).
I have written the swagger in JSON schema format.
The problem now i am facing is while validating the proxy in apigee studio(swagger editor for apigee),it says its a valid swagger but when i import the swagger one of the service gets automatically removed same is happening in developer portal ,i guess its because of the same resource path.
So,is there any alternate way to handle this issue?Please Help
Thanks in advance