From 5589c0a8f2c494b951bc4392be23da4c342301cd Mon Sep 17 00:00:00 2001 From: Pangidoan Butar <38452094+doanbutar@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:07:40 +0800 Subject: [PATCH] Updating swagger endpoint (#80008) The user should navigate to /swagger-ui instead of /swagger --- docs/sources/developers/http_api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/http_api/_index.md b/docs/sources/developers/http_api/_index.md index e986b3f1a56..806ab1f8650 100644 --- a/docs/sources/developers/http_api/_index.md +++ b/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