Accessing modified attributes in katharsis when saving resource

237 Views Asked by At

When I implement a method annotated with @JsonApiSave in my katharsis repository I get a fully populated resource as a parameter, even though the PATCH request is only sending a single attribute. Is there a way I can find out which attributes have been updated?

0

There are 0 best solutions below