- Issue created by @Jon Pugh
Unable to POST remotely: Unprocessable Entity 422: The attribute X does not exist on the site--drupal resource type
Happens when any module changes the entity structure, such as metatag.
Add SiteEntity::validate() to remove violations about missing fields when received via JSONAPI.
Add SiteEntity::validate() to remove violations about missing fields when received via JSONAPI.
Save something to revision log about the missing fields.
The revision log should show info about the missing fields.
SiteEntity->validate() will allow missing fields if POST/PATCH via JSONAPI routes.
None.
Active
2.0
Code