support search term in API collection requests (#1185)
This commit is contained in:
@@ -65,6 +65,7 @@ class TagController extends BaseApiController
|
||||
*
|
||||
* @Rest\QueryParam(name="name", strict=true, nullable=true, description="Search term to filter tag list")
|
||||
*
|
||||
* @param ParamFetcherInterface $paramFetcher
|
||||
* @return Response
|
||||
*/
|
||||
public function cgetAction(ParamFetcherInterface $paramFetcher)
|
||||
|
||||
Reference in New Issue
Block a user