1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Improve docs

This commit is contained in:
Jeremy Benoist 2017-05-24 16:02:49 +02:00
parent 0d6cfb884c
commit 9e349f08a6
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 6 additions and 3 deletions

View file

@ -273,6 +273,9 @@ class EntryRestController extends WallabagRestController
/**
* Create an entry.
*
* If you want to provide the HTML content (which means wallabag won't fetch it from the url), you must provide `content`, `title` & `url` fields **non-empty**.
* Otherwise, content will be fetched as normal from the url and values will be overwritten.
*
* @ApiDoc(
* parameters={
* {"name"="url", "dataType"="string", "required"=true, "format"="http://www.test.com/article.html", "description"="Url for the entry."},