MT#58813 adjust header rule conditions/actions filters

* remove filter by subscriber_id as it's not possible there
* add filters by rule_id, set_id

Change-Id: I6dac0a24dad56564dbe2ed648f4507888e0a5c94
mr12.1
Kirill Solomko 1 year ago
parent aa2d07ef29
commit 08fb96c5a6

@ -23,9 +23,15 @@ sub api_description {
sub query_params {
return [
{
param => 'subscriber_id',
description => 'Filter for header rule sets of a specific subscriber',
}
param => 'set_id',
description => 'Filter for header rule conditions of a specific header rule set',
query_type => 'string_eq',
},
{
param => 'rule_id',
description => 'Filter for header rule conditions of a specific header rule',
query_type => 'string_eq',
},
];
}

@ -23,9 +23,15 @@ sub api_description {
sub query_params {
return [
{
param => 'subscriber_id',
description => 'Filter for header rule sets of a specific subscriber',
}
param => 'set_id',
description => 'Filter for header rule conditions of a specific header rule set',
query_type => 'string_eq',
},
{
param => 'rule_id',
description => 'Filter for header rule conditions of a specific header rule',
query_type => 'string_eq',
},
];
}

Loading…
Cancel
Save