Swagger: Show k8s APIs (#78091)

This commit is contained in:
Ryan McKinley
2023-11-15 06:42:35 -08:00
committed by GitHub
parent e4d41e878f
commit b8e8d84ef7
8 changed files with 106 additions and 136 deletions

View File

@ -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-ui` and `/openapi3` respectively.
Users can browser and try out both via the Swagger UI editor (served by the grafana server) by navigating to `/swagger`.
## Authenticating API requests