3.10.0
Added
Bulk store
POST: restify-api/posts/bulk
Payload:
[ { "title": "Post title 1"}, { "title": "Post title 2"} ]
Bulk udpate
This is as well post. Just because using "POST" you can pass form data:
POST: restify-api/posts/bulk/update
Payload:
[ { "id":1, "title": "Post title 1"}, { "id": 2, "title": "Post title 2"} ]