forked from wallabag/wallabag
Merge pull request #8488 from wallabag/fix/doc-urls-api
This commit is contained in:
@ -502,7 +502,7 @@ class EntryRestController extends WallabagRestController
|
||||
* @OA\Parameter(
|
||||
* name="urls",
|
||||
* in="query",
|
||||
* description="Urls (as an array) to create. A JSON array of urls [{'url': 'http://...'}, {'url': 'http://...'}]",
|
||||
* description="Urls (as an array) to create. A JSON array of urls ['http://...', 'http://...']",
|
||||
* required=true,
|
||||
* @OA\Schema(type="string")
|
||||
* ),
|
||||
|
||||
Reference in New Issue
Block a user