diff --git a/src/Wallabag/ApiBundle/Controller/EntryRestController.php b/src/Wallabag/ApiBundle/Controller/EntryRestController.php index 4b318ff37..641aeac97 100644 --- a/src/Wallabag/ApiBundle/Controller/EntryRestController.php +++ b/src/Wallabag/ApiBundle/Controller/EntryRestController.php @@ -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") * ),