mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
[DOC] Fix type of pagination params
This commit is contained in:
parent
684d4c1290
commit
0bc767cecc
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user