Files
Michael Mandrus 88e51d549c CloudMigrations: Add sorting and error filtering to Snapshot Results backend (#102753)
* 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
2025-03-30 10:42:45 -04:00

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.