mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
fix parameter name
This commit is contained in:
parent
161a84c88b
commit
0f67f56d22
@ -173,7 +173,7 @@ class SearchController extends Controller
|
||||
* ),
|
||||
*
|
||||
* @OA\Parameter(
|
||||
* name="start_date",
|
||||
* name="end_date",
|
||||
* in="query",
|
||||
* description="Filter by ending date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||
* @OA\Schema(type="string")
|
||||
@ -330,7 +330,7 @@ class SearchController extends Controller
|
||||
* ),
|
||||
*
|
||||
* @OA\Parameter(
|
||||
* name="start_date",
|
||||
* name="end_date",
|
||||
* in="query",
|
||||
* description="Filter by ending date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||
* @OA\Schema(type="string")
|
||||
|
@ -2232,7 +2232,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "start_date",
|
||||
"name": "end_date",
|
||||
"in": "query",
|
||||
"description": "Filter by ending date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||
"schema": {
|
||||
@ -2377,7 +2377,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "start_date",
|
||||
"name": "end_date",
|
||||
"in": "query",
|
||||
"description": "Filter by ending date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||
"schema": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user