Fix urls parameter when sending many urls to be stored using the API

This commit is contained in:
Jeremy Benoist
2025-10-02 10:23:14 +02:00
parent 1eca3cf327
commit 1a69855090

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