MT#61100 add pbx device/firmware search by type/tag

Change-Id: Id41acdee57274d2791748f9e9d29f0d5f05b1965
mr13.0
Kirill Solomko 1 year ago
parent d40126ef0a
commit 55b27b3f2a

@ -54,6 +54,11 @@ sub query_params {
second => sub { },
},
},
{
param => 'tag',
description => 'Filter for firmwares with a specific tag',
query_type => 'string_eq',
},
];
}

@ -46,6 +46,11 @@ sub query_params {
description => 'Filter for models by name',
query_type => 'wildcard',
},
{
param => 'type',
description => 'Filter for model type',
query_type => 'string_eq',
},
];
}

Loading…
Cancel
Save