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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Looks like having a request body somehow messes with coercion of the path parameter. Using z.coerce.number() instead of z.number() for id works for now. It should work without the explicit coerce according to the PR that added this feature.