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
If your API is deployed at a different path than what's defined in your OpenAPI schema, you need to overwrite the path that is used for request/response validation. #345 added an env variable to do that. But being able to do that without adding a custom middleware or sub-classing the existing middewares would be helpful.