mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Merge pull request #522 from tbkj98/sfw-param-fix
Removed duplicate request parameter reference "sfw"
This commit is contained in:
commit
613db6cc5c
@ -37,7 +37,6 @@ class ScheduleController extends Controller
|
||||
* @OA\Schema(type="string",enum={"true", "false"})
|
||||
* ),
|
||||
*
|
||||
* @OA\Parameter(ref="#/components/parameters/sfw"),
|
||||
* @OA\Parameter(ref="#/components/parameters/unapproved"),
|
||||
* @OA\Parameter(ref="#/components/parameters/page"),
|
||||
* @OA\Parameter(ref="#/components/parameters/limit"),
|
||||
|
@ -25,7 +25,6 @@ class SearchController extends Controller
|
||||
* operationId="getAnimeSearch",
|
||||
* tags={"anime"},
|
||||
*
|
||||
* @OA\Parameter(ref="#/components/parameters/sfw"),
|
||||
* @OA\Parameter(ref="#/components/parameters/unapproved"),
|
||||
* @OA\Parameter(ref="#/components/parameters/page"),
|
||||
* @OA\Parameter(ref="#/components/parameters/limit"),
|
||||
@ -159,7 +158,6 @@ class SearchController extends Controller
|
||||
* operationId="getMangaSearch",
|
||||
* tags={"manga"},
|
||||
*
|
||||
* @OA\Parameter(ref="#/components/parameters/sfw"),
|
||||
* @OA\Parameter(ref="#/components/parameters/unapproved"),
|
||||
* @OA\Parameter(ref="#/components/parameters/page"),
|
||||
* @OA\Parameter(ref="#/components/parameters/limit"),
|
||||
|
@ -2329,9 +2329,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/parameters/sfw"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/parameters/unapproved"
|
||||
},
|
||||
@ -2366,9 +2363,6 @@
|
||||
],
|
||||
"operationId": "getAnimeSearch",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/components/parameters/sfw"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/parameters/unapproved"
|
||||
},
|
||||
@ -2524,9 +2518,6 @@
|
||||
],
|
||||
"operationId": "getMangaSearch",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/components/parameters/sfw"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/parameters/unapproved"
|
||||
},
|
||||
@ -9101,4 +9092,4 @@
|
||||
"description": "About",
|
||||
"url": "https://jikan.moe"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user