You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I am trying to delete a relationship by sending
{"data":null}
toPATCH /games/<some UUID>/relationships/player
according to https://jsonapi.org/format/#crud-updating-to-one-relationships , but the server errors withio.crnk.core.exception.ResourceNotFoundException: resource not found: null
. How can I delete this relationship?The text was updated successfully, but these errors were encountered: