crnk-project / crnk-framework

JSON API library for Java
Apache License 2.0
286 stars 153 forks source link

Cannot remove relationship by sending `{"data":null}` #849

Open MartenBE opened 1 year ago

MartenBE commented 1 year ago

I am trying to delete a relationship by sending {"data":null} to PATCH /games/<some UUID>/relationships/player according to https://jsonapi.org/format/#crud-updating-to-one-relationships , but the server errors with io.crnk.core.exception.ResourceNotFoundException: resource not found: null. How can I delete this relationship?