I have this issue after upgrading from 0.30.1 to 0.31.0 or 0.31.2 The reads work, but my update is failing. ``` curl -X PATCH -d '{ "data":{ "type": "email", "id": "100","attributes":{"status": "S"} } }' -H 'Content-Type: application/vnd.api+json' 'localhost:5000/v1/emails/100' | jq . ``` Is anyone else having this issue? Or maybe there is a change with the new dependency libraries? ``` { "errors": [ { "detail": "Unknown field.", "source": { "pointer": "/data/id" }, "status": "422", "title": "Validation error" } ], "jsonapi": { "version": "1.0" } } ```