We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I load the swagger API and try to call the contact points API, the generated URL doesn't match the actual endpoint.
The endpoint generated by the swagger UI (to remove any variables) is shown below.
curl -X 'GET' \ 'http://localhost:3000/api/api/v1/provisioning/contact-points' \ -H 'accept: application/json'
For reference:
INFO[0000] Version: 10.0.0 INFO[0000] Database: ok INFO[0000] Commit: 81d85ce
the current URL is: http://localhost:3000/api/api/v1/provisioning/contact-points The correct URL is: http://localhost:3000/api/v1/provisioning/contact-points
Probably not?
Side note, a local curl call without the additional /api/ works fine.
No.
Grafana: 10.0.0 OS: Docker container/linux Browser: Chrome
Docker
No response
The text was updated successfully, but these errors were encountered:
Thank you @safaci2000 for raising this! 🙌 🎉 Closing this to keep #76578 since that has a bit more info!
Sorry, something went wrong.
No branches or pull requests
What happened?
When I load the swagger API and try to call the contact points API, the generated URL doesn't match the actual endpoint.
The endpoint generated by the swagger UI (to remove any variables) is shown below.
For reference:
INFO[0000] Version: 10.0.0
INFO[0000] Database: ok
INFO[0000] Commit: 81d85ce
What did you expect to happen?
the current URL is: http://localhost:3000/api/api/v1/provisioning/contact-points
The correct URL is: http://localhost:3000/api/v1/provisioning/contact-points
Did this work before?
Probably not?
How do we reproduce it?
Side note, a local curl call without the additional /api/ works fine.
Is the bug inside a dashboard panel?
No.
Environment (with versions)?
Grafana: 10.0.0
OS: Docker container/linux
Browser: Chrome
Grafana platform?
Docker
Datasource(s)?
No response
The text was updated successfully, but these errors were encountered: