1

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?

Rob Martin
  • 31
  • 3
  • Where exactly is your error occurring? You may also have a look at [How to create a Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) to improve the question. Welcome to SO! – Debosmit Ray Mar 03 '16 at 11:17
  • 1
    Im not getting an error, I just need to find out what properties changed. What would be useful is if Katharsis could pass this through to the method for example `@JsonApiSave public Resource save(Resource resource, String [] modifiedAttributes)` – Rob Martin Mar 03 '16 at 11:24
  • @RobMartin did you ever find a way to do this? I have the same need :) – lashleigh Mar 08 '17 at 19:18

0 Answers0