Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-dahir committed Oct 26, 2022
1 parent 551fe68 commit 2384989
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/Http/Controllers/V4DB/SeasonController.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class SeasonController extends Controller
* description="Available Anime types",
* type="string",
* enum={"tv","movie","ova","special","ona","music"}
* )
* ),
*
* @OA\Parameter(ref="#/components/parameters/page"),
*
Expand Down Expand Up @@ -240,7 +240,9 @@ public function archive(Request $request)
* operationId="getSeasonUpcoming",
* tags={"seasons"},
*
* @OA\Parameter(ref="#/components/parameters/page"),
* @OA\Schema(ref="#/components/schemas/season_query_type"),
*
* @OA\Parameter(ref="#/components/parameters/page"),
*
* @OA\Response(
* response="200",
Expand Down

0 comments on commit 2384989

Please sign in to comment.