cloudcreativity / laravel-json-api

JSON API (jsonapi.org) package for Laravel applications.
http://laravel-json-api.readthedocs.io/en/latest/
Apache License 2.0
778 stars 109 forks source link

Support for multiple operations in a single request #624

Closed sunnydesign closed 3 years ago

sunnydesign commented 3 years ago

Hi, guys! How i can bulk creating, editing and deleting records in a single requst? May be you have an ideas?

lindyhopchris commented 3 years ago

This isn't yet supported by the JSON:API spec, so isn't implemented in this package (as the purpose of the package is to stick to the spec). I believe they will be adding something called Atomic Operations which will implement what you are asking for. When that gets tagged (think it will be in JSON:API v1.1) then I'll implement in the new package, which is laravel-json-api/laravel.

sunnydesign commented 3 years ago

Thanks, I'll wait.