Dashboard swagger does not work properly with API which requires query params. We cannot use swagger for requests like {che-server}/dashboard/api/editors/devfile?che-editor=che-incubator/che-code/insiders.
Che version
7.92@latest
Steps to reproduce
Login into Eclipse-Che.
Open Dashboard Swagger page with the link {che-server}/dashboard/api/swagger.
Choose Editor Definition and try to execute {che-server}/dashboard/api/editors/devfile with che-editor query param.
It is not possible to add any parameters to the target request.
Expected behavior
Login into Eclipse-Che.
Open Dashboard Swagger page with the link {che-server}/dashboard/api/swagger.
Choose Editor Definition and try to execute {che-server}/dashboard/api/editors/devfile with che-editor query param.
It should be possible to add the required parameters to the target request.
Describe the bug
Dashboard swagger does not work properly with API which requires query params. We cannot use swagger for requests like
{che-server}/dashboard/api/editors/devfile?che-editor=che-incubator/che-code/insiders
.Che version
7.92@latest
Steps to reproduce
{che-server}/dashboard/api/swagger
.{che-server}/dashboard/api/editors/devfile
withche-editor
query param.Expected behavior
{che-server}/dashboard/api/swagger
.{che-server}/dashboard/api/editors/devfile
withche-editor
query param.Runtime
OpenShift
Screenshots
Installation method
chectl/next
Environment
macOS
Eclipse Che Logs
No response
Additional context
No response