You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This PR closes#188171 by
converting the route validate to Zod for `get`, `reset`, and `delete`
APIs. This also changes the validation for the `create` API to use
`buildRouteValidationWithZod` along with adding `strict()` to each of
the schemas.
Closeselastic/elastic-entity-model#103
---------
Co-authored-by: Kevin Lacabane <[email protected]>
Convert route validation to zod. This should help https://github.com/elastic/kibana/blob/main/packages/kbn-zod-helpers/src/build_route_validation_with_zod.ts
The text was updated successfully, but these errors were encountered: