You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @QueryParam(name="page", requirements="\d+", default="1", description="Page for groups list pagination (1-indexed)")
73
64
* @QueryParam(name="count", requirements="\d+", default="10", description="Number of groups by page")
74
65
* @QueryParam(name="orderBy", map=true, requirements="ASC|DESC", nullable=true, strict=true, description="Query groups order by clause (key is field, value is direction")
@@ -118,8 +109,6 @@ public function getGroupsAction(ParamFetcherInterface $paramFetcher)
* @QueryParam(name="page", requirements="\d+", default="1", description="Page for users list pagination (1-indexed)")
77
68
* @QueryParam(name="count", requirements="\d+", default="10", description="Number of users by page")
78
69
* @QueryParam(name="orderBy", map=true, requirements="ASC|DESC", nullable=true, strict=true, description="Query users order by clause (key is field, value is direction")
@@ -122,8 +113,6 @@ public function getUsersAction(ParamFetcherInterface $paramFetcher)
0 commit comments