Skip to content

Commit

Permalink
Merge pull request #518 from BarraFiqaulihi/master
Browse files Browse the repository at this point in the history
Remove duplicate parameter from "/schedules" path
  • Loading branch information
irfan-dahir committed Mar 5, 2024
2 parents a11a69b + e4263d1 commit 1db1d3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions app/Http/Controllers/V4DB/ScheduleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class ScheduleController extends Controller
* operationId="getSchedules",
* tags={"schedules"},
*
* @OA\Parameter(ref="#/components/parameters/page"),
*
* @OA\Parameter(
* name="filter",
* in="query",
Expand Down
5 changes: 1 addition & 4 deletions storage/api-docs/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2283,9 +2283,6 @@
],
"operationId": "getSchedules",
"parameters": [
{
"$ref": "#/components/parameters/page"
},
{
"name": "filter",
"in": "query",
Expand Down Expand Up @@ -9104,4 +9101,4 @@
"description": "About",
"url": "https://jikan.moe"
}
}
}

0 comments on commit 1db1d3c

Please sign in to comment.