Merge pull request #8488 from wallabag/fix/doc-urls-api

This commit is contained in:
Jérémy Benoist
2025-10-06 06:05:45 +02:00
committed by GitHub

View File

@ -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")
* ),