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
nested is an object it shouldn't be allowed inside query param, throw an validation error like `
Expected Error
Invalid query parameter type. Expected a value to be a Scalar but received an Object.
technical requirements:
add unit and integration tests
The text was updated successfully, but these errors were encountered:
tusharmath
changed the title
bug: raise validation error when object is passed in query.
feat: raise validation error when object is passed in query.
Oct 12, 2024
nested
is an object it shouldn't be allowed inside query param, throw an validation error like `Expected Error
technical requirements:
The text was updated successfully, but these errors were encountered: