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
Description
Following the guidelines for creating the endpoint names, I am just getting the operations defined for the /.../users/{id] endpoint (e.g. get, put, delete). The operations that are defined for the .../users endpoint (get, post) are not detected by the doc parser.
Possible Solution This fork takes care of these issues. While you can inject the customized doc-parser in the following way:
Api Doc-parser version: 0.16.1
Description
Following the guidelines for creating the endpoint names, I am just getting the operations defined for the
/.../users/{id]
endpoint (e.g.get
,put
,delete
). The operations that are defined for the.../users
endpoint (get
,post
) are not detected by the doc parser.Possible Solution
This fork takes care of these issues. While you can inject the customized doc-parser in the following way:
It would be nice to integrate the changes into this main repo.
The text was updated successfully, but these errors were encountered: