Open mmalyana opened 1 year ago
I'm attempting to trigger a 400 error response when there are unknown properties present in the request body. However, it seems that the strict and refine functions are not working as expected in this context. How can I resolve this problem?
strict
refine
+1
I'm attempting to trigger a 400 error response when there are unknown properties present in the request body. However, it seems that the
strict
andrefine
functions are not working as expected in this context. How can I resolve this problem?