Misleading reference to DELETE operations in OpenAPI schema #63
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
lifecycle/stale
Describe the bug
The OpenAPI schema includes the
DELETE
operation for some of the managed paths, but delete services are not really implemented.To Reproduce
See an example of misleading description here.
Note that there is no
delete
operation under these paths.Also, if we try to
curl -X DELETE
, it returnsHTTP/1.1 405 Method Not Allowed
Expected behavior
Either implement the described operations or fix the documentation.
The text was updated successfully, but these errors were encountered: