mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 05:19:25 +08:00

* implement sorting * swagger gen * minor fixes * clean up param reading * add todo * add errors only prop * codegen stuff * fix copy paste error * forgot the api gen * cleanup * remove tests that are obe * fix test
278 B
278 B
Migrate to Cloud API
The endpoints.gen.ts
file is machine generated. In order to update it, follow these steps:
- Run:
make swagger-clean && make openapi3-gen
- Run:
yarn generate-apis
If you run into issues, try updating your Node.js version.