diff --git a/app/Http/Controllers/V4DB/ScheduleController.php b/app/Http/Controllers/V4DB/ScheduleController.php index 143deb01..4b31e5b1 100644 --- a/app/Http/Controllers/V4DB/ScheduleController.php +++ b/app/Http/Controllers/V4DB/ScheduleController.php @@ -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"), diff --git a/app/Http/Controllers/V4DB/SearchController.php b/app/Http/Controllers/V4DB/SearchController.php index 40b36266..087b26f3 100644 --- a/app/Http/Controllers/V4DB/SearchController.php +++ b/app/Http/Controllers/V4DB/SearchController.php @@ -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 @@ public function anime(AnimeSearchCommand $request) * 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"), diff --git a/storage/api-docs/api-docs.json b/storage/api-docs/api-docs.json index 75d58756..c9108d31 100644 --- a/storage/api-docs/api-docs.json +++ b/storage/api-docs/api-docs.json @@ -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" } -} \ No newline at end of file +}