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
These can be handled automatically via the Update endpoint.
PATCH: $resource->setValue(...)
POST: $resource->attach($model, $field, $related)
DELETE: $resource->detach(...)
The text was updated successfully, but these errors were encountered:
As per:
https://jsonapi.org/format/#fetching-relationships
https://jsonapi.org/format/#crud-updating-relationships
These can be handled automatically via the
Update
endpoint.PATCH: $resource->setValue(...)
POST: $resource->attach($model, $field, $related)
DELETE: $resource->detach(...)
The text was updated successfully, but these errors were encountered: