Skip to content

3.10.0

Compare
Choose a tag to compare
@binaryk binaryk released this 03 Jul 14:36
· 122 commits to 3.x since this release
214a3f1

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"} ]