mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Improve docs
This commit is contained in:
parent
0d6cfb884c
commit
9e349f08a6
2 changed files with 6 additions and 3 deletions
|
@ -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."},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue