I have an Account model and I want to update only his age.
It is very convenient to describe patch method with Account object, however it is not working because validation will force to specify that it must contain id, email, etc.
What is the proper approach to postpone validation after patching database object?