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(
|
* @OA\Parameter(
|
||||||
* name="urls",
|
* name="urls",
|
||||||
* in="query",
|
* 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,
|
* required=true,
|
||||||
* @OA\Schema(type="string")
|
* @OA\Schema(type="string")
|
||||||
* ),
|
* ),
|
||||||
|
|||||||
Reference in New Issue
Block a user