]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add ability to patch an entry with more fields
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 2 Jun 2017 18:52:49 +0000 (20:52 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 2 Jun 2017 18:52:49 +0000 (20:52 +0200)
commit645291e8feb0f3e977b9518da7d731fda8cf1f30
treeadc3483dac1b16b9b8a1f292efc85e588612352f
parenta687c8d915276eee0c0494156700f7d0c0606735
Add ability to patch an entry with more fields

Like when we create an entry, we can now patch an entry with new fields:
- content
- language
- preview_picture
- published_at
- authors
src/Wallabag/ApiBundle/Controller/EntryRestController.php
src/Wallabag/CoreBundle/Helper/ContentProxy.php
tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php