laravel
laravel copied to clipboard
Ensure top level self link query parameters
As per this clarification to the spec: https://github.com/json-api/json-api/pull/1604
Need to ensure that all our response documents have a top-level self link that would allow a client to refresh the document correctly (i.e. it has all the query parameters in it).