Skip to content

Handle relationship URLs #4

Open
@tobyzerner

Description

@tobyzerner

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(...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions