From 85be902c72bbddac24d2f70abb94e4a328c614e7 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Wed, 20 Dec 2023 11:30:03 +0100 Subject: [PATCH] MT#59025 fix peering groups name filter Change-Id: I329e644c937058069c5932abf8e897dce48a8c10 (cherry picked from commit 1e9f22327686088a5f5c37761c7551ec8db7a5e9) --- lib/NGCP/Panel/Controller/API/PeeringGroups.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Controller/API/PeeringGroups.pm b/lib/NGCP/Panel/Controller/API/PeeringGroups.pm index 54bc43829a..f83d2ab2be 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', },