Improve docs

This commit is contained in:
Jeremy Benoist
2017-05-24 16:02:49 +02:00
parent 0d6cfb884c
commit 9e349f08a6
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."},