-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
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"
}
}
iamareebjamal, jstewart-fractal, fweep, priggad and yertto
Metadata
Metadata
Assignees
Labels
No labels