Validating only changed properties of a class file with FluentValidation
I have an endpoint that updates (PUTs) an entity. However, the entire class file is not required, only the property the requestor wants to change.
I have an endpoint that updates (PUTs) an entity. However, the entire class file is not required, only the property the requestor wants to change.