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
, each request is validated to ensure it has an attributes member. However, the JSON API spec says resource objects MAY contain an attributes member. There are cases where you might want to leave it out of a request, as when you don't want to modify any attributes but do have meta properties to PATCH.
The text was updated successfully, but these errors were encountered:
At
php-json-api/src/Server/Data/DataAssertions.php
Line 38 in f72538b
attributes
member. However, the JSON API spec says resource objects MAY contain anattributes
member. There are cases where you might want to leave it out of a request, as when you don't want to modify any attributes but do have meta properties to PATCH.The text was updated successfully, but these errors were encountered: