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
+1 -1
View File
@@ -79,4 +79,4 @@ make swagger-clean && make openapi3-gen
They can observe its output into the `public/api-merged.json` and `public/openapi3.json` files.
Finally, they can browser and try out both the OpenAPI v2 and v3 via the Swagger UI editor (served by the grafana server) by navigating to `/swagger-ui` and `/openapi3` respectively.
Finally, they can browser and try out both the OpenAPI v2 and v3 via the Swagger UI editor (served by the grafana server) by navigating to `/swagger`.