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
Describe the bug
When accessing the swagger page, a host parameter is added to the SwaggerObject. This parameter is then shown on the api-docs page which is not OpenApi3.0 complient. Which means we can't copy the api-docs into a client generator.
To Reproduce
Go on the swagger page, and afterwards on the api-docs page. It will be the last paramenter at the bottom.
If you go directly on the api-docs page without passing by the swagger page first the parameter will not be there (On server start)
Expected behavior
The host parameter should not be there in the api-docs page.
Describe the bug
When accessing the swagger page, a host parameter is added to the SwaggerObject. This parameter is then shown on the api-docs page which is not OpenApi3.0 complient. Which means we can't copy the api-docs into a client generator.
To Reproduce
Go on the swagger page, and afterwards on the api-docs page. It will be the last paramenter at the bottom.
If you go directly on the api-docs page without passing by the swagger page first the parameter will not be there (On server start)
Expected behavior
The host parameter should not be there in the api-docs page.
Screenshots
http://localhost:3000/v3/api-docs
Swagger io validator [https://editor.swagger.io/]
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: