Updating swagger endpoint (#80008)

The user should navigate to /swagger-ui instead of /swagger
pull/80245/head
Pangidoan Butar 1 year ago committed by GitHub
parent 1d4419fbe4
commit 5589c0a8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/developers/http_api/_index.md

@ -27,7 +27,7 @@ Since version 8.4, HTTP API details are [specified](https://editor.swagger.io/?u
Starting from version 9.1, there is also a [OpenAPI v3 specification](https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/public/openapi3.json) (generated by the v2 one).
Users can browser and try out both via the Swagger UI editor (served by the grafana server) by navigating to `/swagger`.
Users can browser and try out both via the Swagger UI editor (served by the grafana server) by navigating to `/swagger-ui`.
## Authenticating API requests

Loading…
Cancel
Save