[DOC] Fix type of pagination params

This commit is contained in:
Poly 2020-08-01 17:46:13 +02:00
parent 684d4c1290
commit 0bc767cecc

View File

@ -49,12 +49,12 @@ class SearchController extends Controller
* @OA\Parameter(
* name="page",
* in="query",
* @OA\Schema(type="number")
* @OA\Schema(type="intager")
* ),
* @OA\Parameter(
* name="limit",
* in="query",
* @OA\Schema(type="number")
* @OA\Schema(type="intager")
* ),
*
* @OA\Schema(