@@ -, +, @@ --- Koha/REST/V1/Holds.pm | 2 -- 1 file changed, 2 deletions(-) --- a/Koha/REST/V1/Holds.pm +++ a/Koha/REST/V1/Holds.pm @@ -464,7 +464,6 @@ our $to_api_mapping = { suspend => 'suspended', suspend_until => 'suspended_until', itemtype => 'item_type', - item_level_hold => 'item_level', }; =head3 $to_model_mapping @@ -487,7 +486,6 @@ our $to_model_mapping = { suspended => 'suspend', suspended_until => 'suspend_until', item_type => 'itemtype', - item_level => 'item_level_hold', }; 1; --