How to get validated data #807
Unanswered
laudaikinhdi
asked this question in
Q&A
Replies: 1 comment
-
I did not test it, but try using
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Backgroud: I use method
PATCH
to update a column in databaseI have a
UpdateUserDto
classIn controller:
Output:
In postman:
Expect:
I want ignore data null if client not sent and expect result
Beta Was this translation helpful? Give feedback.
All reactions