Skip to content

Commit

Permalink
Merge pull request #182 from sohomdatta1/fix-docs
Browse files Browse the repository at this point in the history
Correct parameter name in docs
  • Loading branch information
theresnotime authored May 17, 2024
2 parents 33c6f85 + af7c132 commit a39ea80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controller/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ class ApiController extends AppController {
* schema=@OA\Schema(type="string", enum={"all", "open", "reviewed"})
* )
* @OA\Parameter(
* name="filter_user",
* name="filterUser",
* in="query",
* description="Filter the results by reviewer",
* required=false,
* schema=@OA\Schema(type="string")
* )
* @OA\Parameter(
* name="filter_page",
* name="filterPage",
* in="query",
* description="Filter by page title. This is a **case-sensitive** substring match.",
* required=false,
Expand Down

0 comments on commit a39ea80

Please sign in to comment.