diff --git a/lib/NGCP/Panel/Controller/API/PeeringGroups.pm b/lib/NGCP/Panel/Controller/API/PeeringGroups.pm index 616cc27160..44a7acf985 100644 --- a/lib/NGCP/Panel/Controller/API/PeeringGroups.pm +++ b/lib/NGCP/Panel/Controller/API/PeeringGroups.pm @@ -23,7 +23,7 @@ sub api_description { sub query_params { return [ { - param => 'model', + param => 'name', description => 'Filter for peering group name', query_type => 'wildcard', },