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
Whenever defining a custom endpoint to override the default, I am still seeing old docs in the swagger.
If default endpoint is /menu/:id, I defined a custom endpoint with the same path, I am still able to see endpoint parameters and queries. These append, meaning both old and new :ids exist as fields:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Whenever defining a custom endpoint to override the default, I am still seeing old docs in the swagger.
If default endpoint is /menu/:id, I defined a custom endpoint with the same path, I am still able to see endpoint parameters and queries. These append, meaning both old and new :ids exist as fields:
Is there any way to fix this so i can use only the endpoint params that I defined?
Beta Was this translation helpful? Give feedback.
All reactions