You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you creating the GET and DELETE operations under two different path items? If you create both GET and DELETE under the same path Item there should not be any error. Can you show an example of an OpenAPI description that gives you an error.
Describe the bug
#474 introduced a PathMustBeUnique validator, but it only check that a path is unique.
To Reproduce
Steps to reproduce the current behavior:
Have 2 endpoints with the same path but different method, e.g. GET /user and DELETE /user
Expected behavior
It should check that a combination of HTTP method and path is unique.
The text was updated successfully, but these errors were encountered: